diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 13708fa..ca1c614 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.1" + ".": "0.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cdc24d..3b4fd02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ 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.7.2](https://github.com/poolifier/tatami-ng/compare/0.7.1...0.7.2) (2024-10-01) + + +### 🚀 Features + +* allow to define benchmark behavior at all levels ([a86ced9](https://github.com/poolifier/tatami-ng/commit/a86ced99e9fcddab3f38dcb2a2eca659a2863476)) + + +### ✨ Polish + +* display explicit warning about samples statistical ([82d08ea](https://github.com/poolifier/tatami-ng/commit/82d08ea6a495f9c9a30defd666cd8bebb02fd666)) +* refine variable name ([ced909a](https://github.com/poolifier/tatami-ng/commit/ced909a458718fe7497d5bf7c0c7990609cfaf4d)) +* use isObject() helper in more places ([d7f20f4](https://github.com/poolifier/tatami-ng/commit/d7f20f4da11e4c1a25ff3c5791902e97231bdd5a)) + ## [0.7.1](https://github.com/poolifier/tatami-ng/compare/0.7.0...0.7.1) (2024-09-30) diff --git a/README.md b/README.md index 130dbdb..f13444f 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 b63dd27..4cf124b 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.7.1", + "version": "0.7.2", "exports": "./src/index.js", "publish": { "include": [ diff --git a/package.json b/package.json index eb75c50..124dce1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "tatami-ng", "type": "module", "license": "MIT", - "version": "0.7.1", + "version": "0.7.2", "packageManager": "bun@1.1.29", "bin": { "tatami": "cli.js"