From e76d9d8e0955c6211db43ac95a1c4ad95ec9e77b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 16 Oct 2024 22:16:21 +0200 Subject: [PATCH 1/2] chore(master): release 0.8.5 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 2 +- jsr.json | 2 +- package.json | 15 ++++++++++++--- 5 files changed, 33 insertions(+), 6 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 7467455..b894e70 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.4" + ".": "0.8.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c1df32..db50b6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,24 @@ 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.5](https://github.com/poolifier/tatami-ng/compare/0.8.4...0.8.5) (2024-10-16) + + +### 🐞 Bug Fixes + +* properly handle nullish arg in isAsyncFunction() ([79aa988](https://github.com/poolifier/tatami-ng/commit/79aa98808c2969678657c0c9c5cb8bdb58d92c00)) +* properly handle promises in benchmark ([f7ee29e](https://github.com/poolifier/tatami-ng/commit/f7ee29e737d3a78a2f0f2479bc543142b63a9137)) + + +### ✨ Polish + +* freeze Student tTable ([d7d3b8f](https://github.com/poolifier/tatami-ng/commit/d7d3b8f01f99c9771b815093e976314b58e0ccce)) + + +### 📚 Documentation + +* **README.md:** refine example code ([0d9762d](https://github.com/poolifier/tatami-ng/commit/0d9762d2c4f02afdb482880e7134b2818985c74d)) + ## [0.8.4](https://github.com/poolifier/tatami-ng/compare/0.8.3...0.8.4) (2024-10-10) diff --git a/README.md b/README.md index 988403f..384df92 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 4ce65c2..114ea75 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.4", + "version": "0.8.5", "exports": "./src/index.js", "publish": { "include": [ diff --git a/package.json b/package.json index cf3d2f9..96d6e46 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "tatami-ng", "type": "module", "license": "MIT", - "version": "0.8.4", + "version": "0.8.5", "packageManager": "bun@1.1.30", "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", From 55f46af75e1dbb7edaadba8d938f13c4569b94dd Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 20:16:39 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- package.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 96d6e46..db7512a 100644 --- a/package.json +++ b/package.json @@ -20,13 +20,7 @@ }, "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" }, @@ -34,10 +28,7 @@ "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",