Skip to content

Commit ceb055f

Browse files
chore(main): release jp2-to-image 0.0.12 (#46)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fd2c794 commit ceb055f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"lib": "0.0.11"
2+
"lib": "0.0.12"
33
}

lib/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.12](https://github.com/lotharking/jpeg2000-node/compare/jp2-to-image@v0.0.11...jp2-to-image@v0.0.12) (2025-04-04)
4+
5+
6+
### Bug Fixes
7+
8+
* fixed dir location ([#45](https://github.com/lotharking/jpeg2000-node/issues/45)) ([fd2c794](https://github.com/lotharking/jpeg2000-node/commit/fd2c794a5a536e2605b3717cdec03a68fefb32c6))
9+
310
## [0.0.11](https://github.com/lotharking/jpeg2000-node/compare/jp2-to-image@v0.0.10...jp2-to-image@v0.0.11) (2025-04-04)
411

512

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"type": "git",
1414
"url": "https://github.com/lotharking/jpeg2000-node"
1515
},
16-
"version": "0.0.11",
16+
"version": "0.0.12",
1717
"scripts": {
1818
"check-types": "yarn check-types:build && yarn check-types:tests",
1919
"check-types:tests": "tsc -p tsconfig.test.json --noEmit",

0 commit comments

Comments
 (0)