Skip to content

Commit

Permalink
chore: v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome-benoit committed Apr 14, 2024
1 parent 358f1cb commit 629472b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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.3] - 2024-04-14

### Fixed

- Fix rate computation and formatting in summary.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Bun versions >= 1.x are supported.
<script type="module">
import {
...
} from 'https://cdn.jsdelivr.net/npm/[email protected].2/src/cli.mjs'
} from 'https://cdn.jsdelivr.net/npm/[email protected].3/src/cli.mjs'
</script>
```

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.2",
"version": "0.3.3",
"packageManager": "[email protected]",
"types": "./src/cli.d.ts",
"main": "./src/cli.mjs",
Expand Down

0 comments on commit 629472b

Please sign in to comment.