diff --git a/CHANGELOG.md b/CHANGELOG.md index a14b3c24..d99b1793 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.1.0] - 2024-10-17 + ### Added - Add node v23.0.0 @@ -463,7 +465,8 @@ with the following changes. - Initial release -:[unreleased]: https://github.com/julianhille/MuhammaraJS/compare/5.0.2...HEAD +:[unreleased]: https://github.com/julianhille/MuhammaraJS/compare/5.1.0...HEAD +[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 [5.0.0]: https://github.com/julianhille/MuhammaraJS/compare/4.1.0...5.0.0 diff --git a/package-lock.json b/package-lock.json index 7ddb3347..dd3879cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "muhammara", - "version": "5.0.2", + "version": "5.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "muhammara", - "version": "5.0.2", + "version": "5.1.0", "bundleDependencies": [ "@mapbox/node-pre-gyp" ], diff --git a/package.json b/package.json index a70c212a..52eb00ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "muhammara", - "version": "5.0.2", + "version": "5.1.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",