Skip to content

Commit

Permalink
chore: v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome-benoit committed May 13, 2024
1 parent 7235d54 commit d8eec73
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.8] - 2024-05-13

### Fixed

- Ensure report returned by `run()` is not cleared.
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.4.7/dist/browser/index.js'
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.4.8/dist/browser/index.js'
</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.4.7",
"version": "0.4.8",
"exports": "./src/index.js",
"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.4.7",
"version": "0.4.8",
"packageManager": "bun@1.1.8",
"types": "./src/index.d.ts",
"main": "./src/index.js",
Expand Down

0 comments on commit d8eec73

Please sign in to comment.