From 887c4fdfb88691fd240ca9ad73a60790c877ae48 Mon Sep 17 00:00:00 2001 From: Julian Hille Date: Sun, 20 Oct 2024 22:03:55 +0200 Subject: [PATCH] Prepare release for v5.2.0 --- 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 24be0daa..659fd76a 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.2.0] - 2024-10-20 + ### Added - Add electron 33.0, 32.1, 32.2, 31.5, 31.6, 30.5 @@ -469,7 +471,8 @@ with the following changes. - Initial release -:[unreleased]: https://github.com/julianhille/MuhammaraJS/compare/5.1.0...HEAD +:[unreleased]: https://github.com/julianhille/MuhammaraJS/compare/5.2.0...HEAD +[5.2.0]: https://github.com/julianhille/MuhammaraJS/compare/5.1.0...5.2.0 [5.1.0]: https://github.com/julianhille/MuhammaraJS/compare/5.0.2...5.1.0 [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 diff --git a/package-lock.json b/package-lock.json index dd3879cf..cae78b83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "muhammara", - "version": "5.1.0", + "version": "5.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "muhammara", - "version": "5.1.0", + "version": "5.2.0", "bundleDependencies": [ "@mapbox/node-pre-gyp" ], diff --git a/package.json b/package.json index 52eb00ba..d17581b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "muhammara", - "version": "5.1.0", + "version": "5.2.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",