From c303861c0b01c2feb13e266684c202136d7cf378 Mon Sep 17 00:00:00 2001 From: Julian Hille Date: Wed, 1 Mar 2023 07:10:39 +0100 Subject: [PATCH] Prepare release for 3.8.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2e5e4d2..e9184b2b 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] +## [3.8.0] - 2023-03-01 + ### Added - Electron 22.3, 23.0.0, 23.1.1 @@ -366,7 +368,8 @@ with the following changes. - Initial release -[unreleased]: https://github.com/julianhille/MuhammaraJS/compare/3.7.0...HEAD +[unreleased]: https://github.com/julianhille/MuhammaraJS/compare/3.8.0...HEAD +[3.8.0]: https://github.com/julianhille/MuhammaraJS/compare/3.7.0...3.8.0 [3.7.0]: https://github.com/julianhille/MuhammaraJS/compare/3.6.0...3.7.0 [3.6.0]: https://github.com/julianhille/MuhammaraJS/compare/3.5.0...3.6.0 [3.5.0]: https://github.com/julianhille/MuhammaraJS/compare/3.4.0...3.5.0 diff --git a/package.json b/package.json index 79b493da..0acc6a50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "muhammara", - "version": "3.7.0", + "version": "3.8.0", "description": "Create, read and modify PDF files and streams. A drop in replacement for hummusjs PDF library", "homepage": "https://github.com/julianhille/Muhammarajs", "license": "Apache-2.0",