From 92176f1129408de2306794d9a49958022135d38f Mon Sep 17 00:00:00 2001 From: Julian Hille Date: Sat, 14 Dec 2024 12:33:05 +0100 Subject: [PATCH 1/2] Prepare release for v5.3.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 ca0fa962..84d319c4 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.3.0] - 2024-12-14 + ### Added - Add electron 31.7.0, 33.1.0, 33.2.0, 33.3.0 [#439](https://github.com/julianhille/MuhammaraJS/issues/439) @@ -482,7 +484,8 @@ with the following changes. - Initial release -:[unreleased]: https://github.com/julianhille/MuhammaraJS/compare/5.2.0...HEAD +:[unreleased]: https://github.com/julianhille/MuhammaraJS/compare/5.3.0...HEAD +[5.3.0]: https://github.com/julianhille/MuhammaraJS/compare/5.2.0...5.3.0 [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 diff --git a/package-lock.json b/package-lock.json index cae78b83..c57901fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "muhammara", - "version": "5.2.0", + "version": "5.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "muhammara", - "version": "5.2.0", + "version": "5.3.0", "bundleDependencies": [ "@mapbox/node-pre-gyp" ], diff --git a/package.json b/package.json index d17581b9..ce03eaa5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "muhammara", - "version": "5.2.0", + "version": "5.3.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", From 2b5790064c022bd1fecabb7ad99dea6745ded476 Mon Sep 17 00:00:00 2001 From: Julian Hille Date: Sat, 14 Dec 2024 15:29:59 +0100 Subject: [PATCH 2/2] Fix: missing value for runs-on --- .github/workflows/build.yml | 126 ++++++++++++++++++------------------ 1 file changed, 62 insertions(+), 64 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 816075f5..723be56c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,34 +115,33 @@ jobs: matrix: os: [ubuntu-20.04, macos-13, windows-2019] architecture: [x64, ia32, arm64] - electron: [ - 33.3.0 - 33.2.0, - 33.1.0, - 33.0.0, - 32.0.0, - 32.1.0, - 32.2.0, - 31.0.0, - 31.1.0, - 31.2.0, - 31.3.0, - 31.4.0, - 31.5.0, - 31.6.0, - 31.7.0, - 30.0.0, - 30.1.0, - 30.2.0, - 30.3.0, - 30.4.0, - 30.5.0, - 29.0.0, - 29.1.0, - 29.2.0, - 29.3.0, - 29.4.0, - ] + electron: + - 33.3.0 + - 33.2.0 + - 33.1.0 + - 33.0.0 + - 32.0.0 + - 32.1.0 + - 32.2.0 + - 31.0.0 + - 31.1.0 + - 31.2.0 + - 31.3.0 + - 31.4.0 + - 31.5.0 + - 31.6.0 + - 31.7.0 + - 30.0.0 + - 30.1.0 + - 30.2.0 + - 30.3.0 + - 30.4.0 + - 30.5.0 + - 29.0.0 + - 29.1.0 + - 29.2.0 + - 29.3.0 + - 29.4.0 include: - electron_mocha_version: ^13 python_version: "3.10" @@ -287,42 +286,41 @@ jobs: os: [ubuntu-20.04, macos-13, windows-2019] architecture: [x64, ia32, arm64] electron: - [ - 28.0.0, - 28.1.0, - 28.2.0, - 28.3.0, - 27.0.0, - 27.1.0, - 27.2.0, - 27.3.0, - 26.0.0, - 26.1.0, - 26.2.0, - 26.3.0, - 26.4.0, - 26.5.0, - 26.6.0, - 25.9.0, - 25.8.0, - 25.7.0, - 25.6.0, - 25.5.0, - 25.4.0, - 25.3.0, - 25.2.0, - 25.1.0, - 25.0.0, - 24.8.0, - 24.7.0, - 24.6.0, - 24.5.0, - 24.4.0, - 24.3.0, - 24.2.0, - 24.1.0, - 24.0.0, - ] + - 28.0.0 + - 28.1.0 + - 28.2.0 + - 28.3.0 + - 27.0.0 + - 27.1.0 + - 27.2.0 + - 27.3.0 + - 26.0.0 + - 26.1.0 + - 26.2.0 + - 26.3.0 + - 26.4.0 + - 26.5.0 + - 26.6.0 + - 25.9.0 + - 25.8.0 + - 25.7.0 + - 25.6.0 + - 25.5.0 + - 25.4.0 + - 25.3.0 + - 25.2.0 + - 25.1.0 + - 25.0.0 + - 24.8.0 + - 24.7.0 + - 24.6.0 + - 24.5.0 + - 24.4.0 + - 24.3.0 + - 24.2.0 + - 24.1.0 + - 24.0.0 + include: - electron_mocha_version: ^13 python_version: "3.10"