Document 1.2.1 features

This commit is contained in:
Nemo 2020-01-28 00:47:17 +05:30
parent a46bb80ac8
commit 884cdb42eb
2 changed files with 10 additions and 1 deletions

View File

@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.2.1]
### Added
- Default filename is now generated
- Added publisher and source tags in generate EPUB
### Fixed
- Fixed a bug where the cover image was getting reused
## [1.2.0]
### Added
- Docker Image published

View File

@ -1,6 +1,6 @@
{
"name": "url-to-epub",
"version": "1.2.0",
"version": "1.2.1",
"description": "A single tool to generate a standards-compliant EPUB from a webpage. Zero config. Requires pandoc",
"main": "index.js",
"bin": {