From baff67ca78d81815285ce03666a28a4d1f18581c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 19 Oct 2024 16:25:50 +0200 Subject: [PATCH] chore(master): release 0.8.10 (#42) * chore(master): release 0.8.10 * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- jsr.json | 2 +- package.json | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index a06b76e..6d94eb7 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.9" + ".": "0.8.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dc89d02..5bfe91e 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.10](https://github.com/poolifier/tatami-ng/compare/0.8.9...0.8.10) (2024-10-19) + + +### ✨ Polish + +* factor out statistics computation from samples ([3c2a41f](https://github.com/poolifier/tatami-ng/commit/3c2a41f3e811f40c1e96f93b7e3005f2b15c3063)) + ## [0.8.9](https://github.com/poolifier/tatami-ng/compare/0.8.8...0.8.9) (2024-10-18) diff --git a/README.md b/README.md index 63267e7..baa22ea 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 94afc3c..c4ff1e7 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.9", + "version": "0.8.10", "exports": "./src/index.js", "publish": { "include": [ diff --git a/package.json b/package.json index 85dfc64..eb6ce41 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "tatami-ng", "type": "module", "license": "MIT", - "version": "0.8.9", + "version": "0.8.10", "packageManager": "bun@1.1.31", "bin": { "tatami": "cli.js"