This commit is contained in:
Nemo 2020-01-16 14:44:08 +05:30
parent 4fc2818eea
commit b97fa62e7c
3 changed files with 24 additions and 2 deletions

17
CHANGELOG.md Normal file
View File

@ -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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "url-to-epub",
"version": "1.1.0",
"version": "1.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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": {