Skip to content

Commit 58801f6

Browse files
chore(release): 3.0.5 [skip ci]
## [3.0.5](v3.0.4...v3.0.5) (2024-04-03) ### Bug Fixes * **package.json:** publint fixes so that package is correctly imported in next.js ([#36](#36)) ([490df10](490df10))
1 parent 490df10 commit 58801f6

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.5](https://github.com/MONOGRID/gainmap-js/compare/v3.0.4...v3.0.5) (2024-04-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **package.json:** publint fixes so that package is correctly imported in next.js ([#36](https://github.com/MONOGRID/gainmap-js/issues/36)) ([490df10](https://github.com/MONOGRID/gainmap-js/commit/490df10f401a82267595dd9e161cc6a0bbce3d94))
7+
18
## [3.0.4](https://github.com/MONOGRID/gainmap-js/compare/v3.0.3...v3.0.4) (2024-04-02)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@monogrid/gainmap-js",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "A Javascript (TypeScript) Port of Adobe Gainmap Technology for storing HDR Images using an SDR Image + a gain map",
55
"homepage": "https://github.com/MONOGRID/gainmap-js#readme",
66
"repository": {
@@ -37,7 +37,7 @@
3737
".": {
3838
"types": "./dist/decode.d.ts",
3939
"import": "./dist/decode.js",
40-
"default": "./dist/decode.umd.cjs"
40+
"default": "./dist/decode.umd.cjs"
4141
},
4242
"./encode": {
4343
"types": "./dist/encode.d.ts",

0 commit comments

Comments
 (0)