Skip to content

Commit

Permalink
chore: v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome-benoit committed Apr 15, 2024
1 parent 3b40b0c commit 69fb278
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to

## [Unreleased]

## [0.4.0] - 2024-04-15

### Fixed

- Fix ESM browser export.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Bun versions >= 1.x are supported.
<script type="module">
import {
...
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.3.4/src/index.mjs'
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.4.0/src/index.mjs'
</script>
```

Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@poolifier/tatami-ng",
"version": "0.3.4",
"version": "0.4.0",
"exports": "./src/index.mjs",
"publish": {
"include": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "tatami-ng",
"type": "module",
"license": "MIT",
"version": "0.3.4",
"version": "0.4.0",
"packageManager": "[email protected]",
"types": "./src/index.d.ts",
"main": "./src/index.mjs",
Expand Down

0 comments on commit 69fb278

Please sign in to comment.