Skip to content

Commit

Permalink
Merge pull request #39 from julianhille/hotfix/v1.4.1
Browse files Browse the repository at this point in the history
Hotfix 1.4.1
  • Loading branch information
julianhille authored Aug 13, 2020
2 parents 85eec78 + 1066a03 commit 3cfc0c7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.4.1] - 2020-08-13

This is a special release no code has been changed.
The packaged module included (in version [email protected]) a bundled dependency with a
debug output.

### Fixed

* Removed debug output from packaged dependency `node-pre-gyp`


## [1.4.0] - 2020-08-10

### Added
Expand Down Expand Up @@ -77,7 +88,8 @@ with the following changes.

* Initial release

[Unreleased]: https://github.com/julianhille/MuhammaraJS/compare/1.4.0...HEAD
[Unreleased]: https://github.com/julianhille/MuhammaraJS/compare/1.4.1...HEAD
[1.4.1]: https://github.com/julianhille/MuhammaraJS/compare/1.4.0...1.4.1
[1.4.0]: https://github.com/julianhille/MuhammaraJS/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/julianhille/MuhammaraJS/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/julianhille/MuhammaraJS/compare/1.1.0...1.2.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "muhammara",
"version": "1.4.0",
"version": "1.4.1",
"description": "Create, read and modify PDF files and streams. A drop in replacement for hummujs PDF library",
"homepage": "https://github.com/julianhille/Muhammarajs",
"license": "Apache-2.0",
Expand Down

0 comments on commit 3cfc0c7

Please sign in to comment.