From cb586878a7a4f37a0e37a54f98f5c3ad51545781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 23 Oct 2024 11:53:11 +0200 Subject: [PATCH] chore(master): release 0.8.13 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- jsr.json | 2 +- package.json | 15 ++++++++++++--- 5 files changed, 22 insertions(+), 6 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 4e101eb..79fce32 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.12" + ".": "0.8.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e0c63f..f446136 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.13](https://github.com/poolifier/tatami-ng/compare/0.8.12...0.8.13) (2024-10-23) + + +### 📚 Documentation + +* **README.md:** add missing warmupTime options ([356d72d](https://github.com/poolifier/tatami-ng/commit/356d72d01a442d0f6230fdd1680e7d7bd35cd302)) + ## [0.8.12](https://github.com/poolifier/tatami-ng/compare/0.8.11...0.8.12) (2024-10-21) diff --git a/README.md b/README.md index e5a537e..8654027 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 a2581ed..09687e1 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.12", + "version": "0.8.13", "exports": "./src/index.js", "publish": { "include": [ diff --git a/package.json b/package.json index 9ca99c8..26131a2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "tatami-ng", "type": "module", "license": "MIT", - "version": "0.8.12", + "version": "0.8.13", "packageManager": "bun@1.1.32", "bin": { "tatami": "cli.js" @@ -20,7 +20,13 @@ }, "description": "Cross JavaScript runtime benchmarking library and CLI", "homepage": "https://github.com/poolifier/tatami-ng#readme", - "keywords": ["benchmark", "browser", "bun", "deno", "node"], + "keywords": [ + "benchmark", + "browser", + "bun", + "deno", + "node" + ], "bugs": { "url": "https://github.com/poolifier/tatami-ng/issues" }, @@ -28,7 +34,10 @@ "type": "git", "url": "git+https://github.com/poolifier/tatami-ng.git" }, - "files": ["src", "dist"], + "files": [ + "src", + "dist" + ], "scripts": { "prepare": "bun prepare.ts", "format": "biome format . --write",