From 42e506419c3ecdb12d6b0bc7aae879c5922c694d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 18 Oct 2024 22:57:56 +0200 Subject: [PATCH] chore(master): release 0.8.9 (#41) * chore(master): release 0.8.9 * [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 | 17 +++++++++++++++++ README.md | 2 +- jsr.json | 2 +- package.json | 2 +- 5 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index c4b75a5..a06b76e 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.8" + ".": "0.8.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c258f2b..dc89d02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ 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.9](https://github.com/poolifier/tatami-ng/compare/0.8.8...0.8.9) (2024-10-18) + + +### 🚀 Features + +* add after/before each function iteration hooks ([c7543ae](https://github.com/poolifier/tatami-ng/commit/c7543aed21a23651f5ae993669a623808330e1a5)) + + +### ✨ Polish + +* cleanup benchmark building ([aff9b96](https://github.com/poolifier/tatami-ng/commit/aff9b96eebc05761079e0628f051024947c4b854)) + + +### 📚 Documentation + +* refine measure() comment ([b3910a0](https://github.com/poolifier/tatami-ng/commit/b3910a0b6aeb03d8045d58ad997e616da9fb3a07)) + ## [0.8.8](https://github.com/poolifier/tatami-ng/compare/0.8.7...0.8.8) (2024-10-18) diff --git a/README.md b/README.md index f079db7..63267e7 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 fc90c3e..94afc3c 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.8", + "version": "0.8.9", "exports": "./src/index.js", "publish": { "include": [ diff --git a/package.json b/package.json index 61dd500..85dfc64 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "tatami-ng", "type": "module", "license": "MIT", - "version": "0.8.8", + "version": "0.8.9", "packageManager": "bun@1.1.31", "bin": { "tatami": "cli.js"