From 884cdb42eb29db581697efe4757afbeaa91a0d1b Mon Sep 17 00:00:00 2001 From: Nemo Date: Tue, 28 Jan 2020 00:47:17 +0530 Subject: [PATCH] Document 1.2.1 features --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3bc051..c815247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 4bf105d..2013ff5 100644 --- a/package.json +++ b/package.json @@ -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": {