From 1066a03308de934886d31316af1bcac05dab9aaf Mon Sep 17 00:00:00 2001 From: julian Date: Thu, 13 Aug 2020 11:18:24 +0200 Subject: [PATCH] Hotfix 1.4.1 --- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a79cb4cc..e41aa6a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 muhammara@1.4.0) a bundled dependency with a +debug output. + +### Fixed + +* Removed debug output from packaged dependency `node-pre-gyp` + + ## [1.4.0] - 2020-08-10 ### Added @@ -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 diff --git a/package.json b/package.json index eb097ddf..e17bb8ae 100644 --- a/package.json +++ b/package.json @@ -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",