From 37e9e7e7cf7d6c6f4dd5829cd6369ae52077a500 Mon Sep 17 00:00:00 2001 From: Julian Hille Date: Wed, 30 Jun 2021 13:11:03 +0200 Subject: [PATCH] Prepare release 1.9.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cd42e00..5f0c723a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.9.0] - 2021-06-30 + ### Fixed * Yarn v2 incompatibiliy @@ -157,7 +159,8 @@ with the following changes. * Initial release -[Unreleased]: https://github.com/julianhille/MuhammaraJS/compare/1.8.0...HEAD +[Unreleased]: https://github.com/julianhille/MuhammaraJS/compare/1.9.0...HEAD +[1.9.0]: https://github.com/julianhille/MuhammaraJS/compare/1.8.0...1.9.0 [1.8.0]: https://github.com/julianhille/MuhammaraJS/compare/1.7.0...1.8.0 [1.7.0]: https://github.com/julianhille/MuhammaraJS/compare/1.6.0...1.7.0 [1.6.0]: https://github.com/julianhille/MuhammaraJS/compare/1.5.1...1.6.0 diff --git a/package.json b/package.json index 453b6ab7..91bb1518 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "muhammara", - "version": "1.8.0", + "version": "1.9.0", "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",