Skip to content
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.18"
".": "0.8.19"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Bun versions >= 1.x are supported.
<script type="module">
import {
...
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.8.18/dist/browser/index.js'
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.8.19/dist/browser/index.js'
</script>
```

Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading