diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 02f17d9..2e1c40e 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.1" + ".": "0.8.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 221556b..fbf8fa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ 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.2](https://github.com/poolifier/tatami-ng/compare/0.8.1...0.8.2) (2024-10-04) + + +### 🐞 Bug Fixes + +* refine latency MAD display and warning conditions ([ab2cf96](https://github.com/poolifier/tatami-ng/commit/ab2cf96fabcf18dfe0c1bf85296d796eebeb4261)) +* refine throughput warning condition ([5d19f0a](https://github.com/poolifier/tatami-ng/commit/5d19f0a999411ee55029763a64eeeb8c0cf6552d)) + ## [0.8.1](https://github.com/poolifier/tatami-ng/compare/0.8.0...0.8.1) (2024-10-04) diff --git a/README.md b/README.md index df4dcc7..92563e0 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 5d40299..9a1aa7d 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.1", + "version": "0.8.2", "exports": "./src/index.js", "publish": { "include": [ diff --git a/package.json b/package.json index 2e2861c..2e13b48 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "tatami-ng", "type": "module", "license": "MIT", - "version": "0.8.1", + "version": "0.8.2", "packageManager": "bun@1.1.29", "bin": { "tatami": "cli.js"