From 4a8dba19b13fb9c030ba12618571fa4b88fd6b49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:40:39 +0000 Subject: [PATCH] chore(main): release jp2-to-image 0.0.20 --- .release-please-manifest.json | 2 +- lib/CHANGELOG.md | 7 +++++++ lib/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 38b4d1c..56a53c5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "lib": "0.0.19" + "lib": "0.0.20" } diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index 9b84eff..44796a4 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.20](https://github.com/lotharking/jpeg2000-node/compare/jp2-to-image@v0.0.19...jp2-to-image@v0.0.20) (2025-04-21) + + +### Bug Fixes + +* ensure execution permissions using fs-extra ([#94](https://github.com/lotharking/jpeg2000-node/issues/94)) ([3ef7d34](https://github.com/lotharking/jpeg2000-node/commit/3ef7d3468fa0bc9548346db3fe7ebb213661d3d5)) + ## [0.0.19](https://github.com/lotharking/jpeg2000-node/compare/jp2-to-image@v0.0.18...jp2-to-image@v0.0.19) (2025-04-21) diff --git a/lib/package.json b/lib/package.json index 74ea9fd..d158413 100644 --- a/lib/package.json +++ b/lib/package.json @@ -13,7 +13,7 @@ "type": "git", "url": "https://github.com/lotharking/jpeg2000-node" }, - "version": "0.0.19", + "version": "0.0.20", "scripts": { "check-types": "yarn check-types:build && yarn check-types:tests", "check-types:tests": "tsc -p tsconfig.test.json --noEmit",