From 7188a46d785bdbae45c1c57c25ebe884493bc09c Mon Sep 17 00:00:00 2001 From: Julian Hille Date: Wed, 4 May 2022 07:43:39 +0200 Subject: [PATCH] Preperare release for 2.3.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4486013..e732618a 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] +## [2.3.0] - 2022-05-04 + ### Added - Builds for node and electron with arm64 on darwin (Apple M1) @@ -211,7 +213,8 @@ with the following changes. * Initial release -[Unreleased]: https://github.com/julianhille/MuhammaraJS/compare/2.2.0...HEAD +[Unreleased]: https://github.com/julianhille/MuhammaraJS/compare/2.3.0...HEAD +[2.3.0]: https://github.com/julianhille/MuhammaraJS/compare/2.2.0...2.3.0 [2.2.0]: https://github.com/julianhille/MuhammaraJS/compare/2.1.0...2.2.0 [2.1.0]: https://github.com/julianhille/MuhammaraJS/compare/2.0.0...2.1.0 [2.0.0]: https://github.com/julianhille/MuhammaraJS/compare/1.10.0...2.0.0 diff --git a/package.json b/package.json index d355b752..7d433279 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "muhammara", - "version": "2.2.0", + "version": "2.3.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",