diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index a83b183..3214fd8 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.18" + ".": "0.8.19" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8511025..88eaadb 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.8.19](https://github.com/poolifier/tatami-ng/compare/0.8.18...0.8.19) (2026-04-16) + + +### 🐞 Bug Fixes + +* add radix parameter to parseInt calls and remove unused biome-ignore comment ([dddbea5](https://github.com/poolifier/tatami-ng/commit/dddbea51b226f639ecd010853829910b009b0873)) +* **deps:** update all non-major dependencies ([#78](https://github.com/poolifier/tatami-ng/issues/78)) ([bd187af](https://github.com/poolifier/tatami-ng/commit/bd187af2469fe1c1039471ee65370f9a5d6e0465)) + + +### 🤖 Automation + +* **deps:** bump actions/setup-node from 4 to 5 ([#55](https://github.com/poolifier/tatami-ng/issues/55)) ([87401e5](https://github.com/poolifier/tatami-ng/commit/87401e50878dd06525d3899165cb8b5879331934)) +* **deps:** bump actions/setup-node from 5 to 6 ([#57](https://github.com/poolifier/tatami-ng/issues/57)) ([79ac075](https://github.com/poolifier/tatami-ng/commit/79ac07589d0f0c9de258e9611cec84e3bfbeea31)) + ## [0.8.18](https://github.com/poolifier/tatami-ng/compare/0.8.17...0.8.18) (2025-08-23) diff --git a/README.md b/README.md index d664a21..d99bdd4 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 68c0b4c..f3b7791 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.18", + "version": "0.8.19", "exports": "./src/index.js", "publish": { "include": [ diff --git a/package.json b/package.json index ee7dd8e..7c3a6a8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "tatami-ng", "type": "module", "license": "MIT", - "version": "0.8.18", + "version": "0.8.19", "packageManager": "bun@1.3.5", "bin": { "tatami": "cli.js"