Skip to content
This repository was archived by the owner on Apr 18, 2026. It is now read-only.

Commit 1815949

Browse files
committed
chore(master): release 0.8.19
1 parent 21023d4 commit 1815949

5 files changed

Lines changed: 18 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.18"
2+
".": "0.8.19"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [0.8.19](https://github.com/poolifier/tatami-ng/compare/0.8.18...0.8.19) (2026-04-11)
10+
11+
12+
### 🐞 Bug Fixes
13+
14+
* add radix parameter to parseInt calls and remove unused biome-ignore comment ([dddbea5](https://github.com/poolifier/tatami-ng/commit/dddbea51b226f639ecd010853829910b009b0873))
15+
* **deps:** update all non-major dependencies ([#78](https://github.com/poolifier/tatami-ng/issues/78)) ([bd187af](https://github.com/poolifier/tatami-ng/commit/bd187af2469fe1c1039471ee65370f9a5d6e0465))
16+
17+
18+
### 🤖 Automation
19+
20+
* **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))
21+
* **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))
22+
923
## [0.8.18](https://github.com/poolifier/tatami-ng/compare/0.8.17...0.8.18) (2025-08-23)
1024

1125

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Bun versions >= 1.x are supported.
9393
<script type="module">
9494
import {
9595
...
96-
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.8.18/dist/browser/index.js'
96+
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.8.19/dist/browser/index.js'
9797
</script>
9898
```
9999

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://jsr.io/schema/config-file.v1.json",
33
"name": "@poolifier/tatami-ng",
4-
"version": "0.8.18",
4+
"version": "0.8.19",
55
"exports": "./src/index.js",
66
"publish": {
77
"include": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "tatami-ng",
44
"type": "module",
55
"license": "MIT",
6-
"version": "0.8.18",
6+
"version": "0.8.19",
77
"packageManager": "bun@1.3.5",
88
"bin": {
99
"tatami": "cli.js"

0 commit comments

Comments
 (0)