Skip to content

Commit

Permalink
chore(master): release 0.6.3 (#24)
Browse files Browse the repository at this point in the history
* chore(master): release 0.6.3

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
jerome-benoit and autofix-ci[bot] authored Sep 29, 2024
1 parent 2bcd724 commit 57194a5
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.2"
".": "0.6.3"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.3](https://github.com/poolifier/tatami-ng/compare/0.6.2...0.6.3) (2024-09-29)


### 🐞 Bug Fixes

* fix benchmark related functions async detection ([038340c](https://github.com/poolifier/tatami-ng/commit/038340cb7c6caa90c2f300dc0b8060eda067d620))


### 📚 Documentation

* comment a bit benchmark stats data structure ([2bcd724](https://github.com/poolifier/tatami-ng/commit/2bcd7247a603e840c492a8b1b9b5aa6c5a403f49))

## [0.6.2](https://github.com/poolifier/tatami-ng/compare/0.6.1...0.6.2) (2024-09-29)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Bun versions >= 1.x are supported.
<script type="module">
import {
...
} from 'https://cdn.jsdelivr.net/npm/[email protected].2/dist/browser/index.js'
} from 'https://cdn.jsdelivr.net/npm/[email protected].3/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.6.2",
"version": "0.6.3",
"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.6.2",
"version": "0.6.3",
"packageManager": "[email protected]",
"bin": {
"tatami": "cli.js"
Expand Down

0 comments on commit 57194a5

Please sign in to comment.