Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Bump version and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed May 16, 2019
1 parent 78d4adf commit 552d3a6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]

## [2.1.1] - 2019-05-16

### Fixed

- Bug where certain bin/arg/options combinations would break Calibre's command parser

## [2.1.0] - 2019-04-24

### Added
Expand All @@ -18,5 +24,6 @@ This project adheres to [Semantic Versioning](https://semver.org).
- Improve tests
- Update development dependencies, scripts, and configuration

[unreleased]: https://github.com/Xyfir/node-calibre/compare/2.1.0...HEAD
[unreleased]: https://github.com/Xyfir/node-calibre/compare/2.1.1...HEAD
[2.1.1]: https://github.com/Xyfir/node-calibre/releases/tag/2.1.0...2.1.1
[2.1.0]: https://github.com/Xyfir/node-calibre/releases/tag/2.1.0
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-calibre",
"version": "2.1.0",
"version": "2.1.1",
"description": "A wrapper for Calibre's command line tools.",
"main": "dist/Calibre.js",
"types": "dist/Calibre.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/Xyfir/node-calibre#readme",
"devDependencies": {
"@types/node": "^11.13.7",
"@types/node": "^12.0.2",
"typescript": "^3.4.5"
}
}

0 comments on commit 552d3a6

Please sign in to comment.