Skip to content

Commit b095072

Browse files
chore(master): release 0.8.17 (#51)
* chore(master): release 0.8.17 * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 10c32dc commit b095072

File tree

6 files changed

+27
-4
lines changed

6 files changed

+27
-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.16"
2+
".": "0.8.17"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,29 @@ 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.17](https://github.com/poolifier/tatami-ng/compare/0.8.16...0.8.17) (2025-08-23)
10+
11+
12+
### 🐞 Bug Fixes
13+
14+
* ensure median() implementation does not sort array in place ([10c32dc](https://github.com/poolifier/tatami-ng/commit/10c32dc5cb190e16d2df3e3443b5fed867fb59b8))
15+
16+
17+
### ✨ Polish
18+
19+
* add input guards ([cf7c2bc](https://github.com/poolifier/tatami-ng/commit/cf7c2bc0cdcb015cdd3b90efaedeabf591a98c49))
20+
21+
22+
### 📚 Documentation
23+
24+
* **README.md:** add jsr package registry prefix to add command ([bd59af9](https://github.com/poolifier/tatami-ng/commit/bd59af948cb4c94cb745cd5c899ade5b7d191cab))
25+
26+
27+
### 🤖 Automation
28+
29+
* **deps:** bump actions/checkout from 4 to 5 ([#53](https://github.com/poolifier/tatami-ng/issues/53)) ([7d62f54](https://github.com/poolifier/tatami-ng/commit/7d62f5427de586545ea0744e69536aca1142d1bb))
30+
* **deps:** bump autofix-ci/action ([#52](https://github.com/poolifier/tatami-ng/issues/52)) ([e67cf84](https://github.com/poolifier/tatami-ng/commit/e67cf8476bc8595f85a0b3c763f993be7f70f3e1))
31+
932
## [0.8.16](https://github.com/poolifier/tatami-ng/compare/0.8.15...0.8.16) (2025-01-29)
1033

1134

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.16/dist/browser/index.js'
96+
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.8.17/dist/browser/index.js'
9797
</script>
9898
```
9999

bun.lockb

0 Bytes
Binary file not shown.

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.16",
4+
"version": "0.8.17",
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.16",
6+
"version": "0.8.17",
77
"packageManager": "bun@1.2.20",
88
"bin": {
99
"tatami": "cli.js"

0 commit comments

Comments
 (0)