diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 40a536b..c4b75a5 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.7" + ".": "0.8.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dcf75c..c258f2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ 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.8.8](https://github.com/poolifier/tatami-ng/compare/0.8.7...0.8.8) (2024-10-18) + + +### 🐞 Bug Fixes + +* improve statistical accuracy ([ab1753f](https://github.com/poolifier/tatami-ng/commit/ab1753ff70e2d3c85e013b6fe9a7fe2c2273fadf)) + ## [0.8.7](https://github.com/poolifier/tatami-ng/compare/0.8.6...0.8.7) (2024-10-18) diff --git a/README.md b/README.md index e5423b6..f079db7 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 a7268a9..fc90c3e 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.8.7", + "version": "0.8.8", "exports": "./src/index.js", "publish": { "include": [ diff --git a/package.json b/package.json index b90708c..61dd500 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "tatami-ng", "type": "module", "license": "MIT", - "version": "0.8.7", + "version": "0.8.8", "packageManager": "bun@1.1.31", "bin": { "tatami": "cli.js"