diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d3bc051 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +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.0] +### Added +- Docker Image published + +## 1.1.0 +### Added +- External cover image +- Configurable title + + diff --git a/package-lock.json b/package-lock.json index 378d48c..ecb7bab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "url-to-epub", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9468255..fc701f1 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,16 @@ { "name": "url-to-epub", - "version": "1.1.0", + "version": "1.2.0", "description": "A single tool to generate a standards-compliant EPUB from a webpage. Zero config. Requires pandoc", "main": "index.js", "bin": { "url-to-epub": "./index.js" }, + "repository": { + "type": "git", + "url": "https://github.com/captn3m0/url-to-epub.git" + }, + "funding": "https://paypal.me/captn3m0", "author": "Nemo", "license": "MIT", "dependencies": {