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

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed Apr 25, 2019
1 parent e1199bb commit 58de466
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
tsconfig.json
CHANGELOG.md
metadata.db
.vscode
src/
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).

This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]

## [2.1.0] - 2019-04-24

### Added

- `ebookConvert()` method which wraps [ebook-convert](https://manual.calibre-ebook.com/generated/en/ebook-convert.html)
- This changelog

### Changed

- Improve tests
- Update development dependencies, scripts, and configuration

[unreleased]: https://github.com/Xyfir/node-calibre/compare/2.1.0...HEAD
[2.1.0]: https://github.com/Xyfir/node-calibre/releases/tag/2.1.0

0 comments on commit 58de466

Please sign in to comment.