diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index bf5f1fb..7e23a4f 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.2" + ".": "0.6.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6edb907..07c67d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 8c16b01..c69020a 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Bun versions >= 1.x are supported. ``` diff --git a/jsr.json b/jsr.json index dbbe592..4e7a503 100644 --- a/jsr.json +++ b/jsr.json @@ -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": [ diff --git a/package.json b/package.json index 6e1bfbf..0c461d8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "tatami-ng", "type": "module", "license": "MIT", - "version": "0.6.2", + "version": "0.6.3", "packageManager": "bun@1.1.29", "bin": { "tatami": "cli.js"