From a7ddd5a3e93a354ea9d6c391d67b094ebca10ca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 18 Nov 2024 10:17:54 +0100 Subject: [PATCH] chore(master): release 0.8.14 (#47) * chore(master): release 0.8.14 * [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 | 13 +++++++++++++ README.md | 2 +- jsr.json | 2 +- package.json | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 79fce32..707e9ae 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.13" + ".": "0.8.14" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cd68a66..16c1dfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ 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.14](https://github.com/poolifier/tatami-ng/compare/0.8.13...0.8.14) (2024-11-18) + + +### 🐞 Bug Fixes + +* use performance.now() for timestamping with node ([0497b2c](https://github.com/poolifier/tatami-ng/commit/0497b2c79bec5da5164d16770e991b67e102d86a)) + + +### ✨ Polish + +* cleanup JS runtime detection code ([66310b4](https://github.com/poolifier/tatami-ng/commit/66310b4dc982de6e9708f279f954e22d990e18f1)) +* refine browser JS runtime detection ([7537b2b](https://github.com/poolifier/tatami-ng/commit/7537b2ba3ac273eb50b99d184d1e9ac9deb4e3e5)) + ## [0.8.13](https://github.com/poolifier/tatami-ng/compare/0.8.12...0.8.13) (2024-10-27) diff --git a/README.md b/README.md index 8654027..000060d 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 09687e1..7b88571 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.13", + "version": "0.8.14", "exports": "./src/index.js", "publish": { "include": [ diff --git a/package.json b/package.json index 63d96d3..dc1ed86 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "tatami-ng", "type": "module", "license": "MIT", - "version": "0.8.13", + "version": "0.8.14", "packageManager": "bun@1.1.34", "bin": { "tatami": "cli.js"