Skip to content

Commit

Permalink
chore(release): 3.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Apr 3, 2024
1 parent 490df10 commit 58801f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.5](https://github.com/MONOGRID/gainmap-js/compare/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](https://github.com/MONOGRID/gainmap-js/issues/36)) ([490df10](https://github.com/MONOGRID/gainmap-js/commit/490df10f401a82267595dd9e161cc6a0bbce3d94))

## [3.0.4](https://github.com/MONOGRID/gainmap-js/compare/v3.0.3...v3.0.4) (2024-04-02)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monogrid/gainmap-js",
"version": "3.0.4",
"version": "3.0.5",
"description": "A Javascript (TypeScript) Port of Adobe Gainmap Technology for storing HDR Images using an SDR Image + a gain map",
"homepage": "https://github.com/MONOGRID/gainmap-js#readme",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
".": {
"types": "./dist/decode.d.ts",
"import": "./dist/decode.js",
"default": "./dist/decode.umd.cjs"
"default": "./dist/decode.umd.cjs"
},
"./encode": {
"types": "./dist/encode.d.ts",
Expand Down

0 comments on commit 58801f6

Please sign in to comment.