Skip to content

Commit

Permalink
chore: v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome-benoit committed Apr 8, 2024
1 parent 69c92e5 commit 7212a3b
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.2.2] - 2024-04-08

### Changed

- Optimize benchmark statistics computation.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Bun versions >= 1.x are supported.
<script type="module">
import {
...
} from 'https://cdn.jsdelivr.net/npm/[email protected].1/src/cli.mjs'
} from 'https://cdn.jsdelivr.net/npm/[email protected].2/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.2.1",
"version": "0.2.2",
"packageManager": "[email protected]",
"types": "./src/cli.d.ts",
"main": "./src/cli.mjs",
Expand Down

0 comments on commit 7212a3b

Please sign in to comment.