diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 9e80526..4e101eb 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.11" + ".": "0.8.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a12feee..0e0c63f 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.12](https://github.com/poolifier/tatami-ng/compare/0.8.11...0.8.12) (2024-10-21) + + +### 🚀 Features + +* add warmup minimum execution time option ([7718d34](https://github.com/poolifier/tatami-ng/commit/7718d341b9fe73cb4d0a6b56a827effd6e243a97)) + ## [0.8.11](https://github.com/poolifier/tatami-ng/compare/0.8.10...0.8.11) (2024-10-20) diff --git a/README.md b/README.md index 2074231..81bb8a0 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 e1011a6..a2581ed 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.11", + "version": "0.8.12", "exports": "./src/index.js", "publish": { "include": [ diff --git a/package.json b/package.json index f4c0113..39f5ce4 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "tatami-ng", "type": "module", "license": "MIT", - "version": "0.8.11", + "version": "0.8.12", "packageManager": "bun@1.1.31", "bin": { "tatami": "cli.js"