Skip to content

Commit

Permalink
chore: v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome-benoit committed Apr 14, 2024
1 parent fa163ec commit 19980cb
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.3.4] - 2024-04-14

### Added

- Add releasing on JSR.
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/[email protected].3/src/cli.mjs'
} from 'https://cdn.jsdelivr.net/npm/[email protected].4/src/cli.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.3",
"version": "0.3.4",
"exports": "./src/cli.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.3",
"version": "0.3.4",
"packageManager": "[email protected]",
"types": "./src/cli.d.ts",
"main": "./src/cli.mjs",
Expand Down

0 comments on commit 19980cb

Please sign in to comment.