parent
ab0f565a8c
commit
98721bf6ef
|
@ -5,6 +5,10 @@ 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.3]
|
||||
### Changed
|
||||
- Dependency updates
|
||||
|
||||
## [1.2.2]
|
||||
### Fixed
|
||||
- Fixed `dc:date` element (publication date) in the generated EPUB
|
||||
|
|
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "url-to-epub",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.3",
|
||||
"description": "A single tool to generate a standards-compliant EPUB from a webpage. Zero config. Requires pandoc",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
|
@ -14,11 +14,11 @@
|
|||
"author": "Nemo",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"article-parser": "^4.1.1",
|
||||
"node-downloader-helper": "^1.0.11",
|
||||
"article-parser": "^4.2.1",
|
||||
"node-downloader-helper": "^1.0.13",
|
||||
"node-pandoc-promise": "0.0.6",
|
||||
"slugify": "^1.3.6",
|
||||
"slugify": "^1.4.4",
|
||||
"tempfile": "^3.0.0",
|
||||
"yargs": "^15.1.0"
|
||||
"yargs": "^15.4.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue