Skip to content

Commit c8dbb14

Browse files
chore(master): release 0.8.18 (#54)
1 parent b113398 commit c8dbb14

File tree

5 files changed

+11
-4
lines changed

5 files changed

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ 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.18](https://github.com/poolifier/tatami-ng/compare/0.8.17...0.8.18) (2025-08-23)
10+
11+
12+
### 🐞 Bug Fixes
13+
14+
* avoid potential divide by zero ([25e6e05](https://github.com/poolifier/tatami-ng/commit/25e6e05459c815bfa7585e04ae5c475293c5d584))
15+
916
## [0.8.17](https://github.com/poolifier/tatami-ng/compare/0.8.16...0.8.17) (2025-08-23)
1017

1118

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.17/dist/browser/index.js'
96+
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.8.18/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.17",
4+
"version": "0.8.18",
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.17",
6+
"version": "0.8.18",
77
"packageManager": "bun@1.2.20",
88
"bin": {
99
"tatami": "cli.js"

0 commit comments

Comments
 (0)