From e4b8af7cca61dafe94dea6797cd4569cfa4bfd43 Mon Sep 17 00:00:00 2001 From: Julian Hille Date: Thu, 10 Oct 2024 19:35:46 +0200 Subject: [PATCH] Prepare release for 5.0.2 --- CHANGELOG.md | 5 ++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7bb5c2d..e8a04564 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] +## [5.0.2] - 2024-10-10 + ### Added - Update PDRWriter to 4.6.7 (#410) @@ -453,7 +455,8 @@ with the following changes. - Initial release -:[unreleased]: https://github.com/julianhille/MuhammaraJS/compare/5.0.1...HEAD +:[unreleased]: https://github.com/julianhille/MuhammaraJS/compare/5.0.2...HEAD +[5.0.2]: https://github.com/julianhille/MuhammaraJS/compare/5.0.1...5.0.2 [5.0.1]: https://github.com/julianhille/MuhammaraJS/compare/5.0.0...5.0.1 [5.0.0]: https://github.com/julianhille/MuhammaraJS/compare/4.1.0...5.0.0 [4.1.0]: https://github.com/julianhille/MuhammaraJS/compare/4.0.0...4.1.0 diff --git a/package-lock.json b/package-lock.json index 0b76dd7d..7ddb3347 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "muhammara", - "version": "5.0.1", + "version": "5.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "muhammara", - "version": "5.0.1", + "version": "5.0.2", "bundleDependencies": [ "@mapbox/node-pre-gyp" ], diff --git a/package.json b/package.json index 80eccdbf..a70c212a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "muhammara", - "version": "5.0.1", + "version": "5.0.2", "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",