Skip to content

Commit 42e5064

Browse files
chore(master): release 0.8.9 (#41)
* chore(master): release 0.8.9 * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent b3910a0 commit 42e5064

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-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.8"
2+
".": "0.8.9"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ 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.9](https://github.com/poolifier/tatami-ng/compare/0.8.8...0.8.9) (2024-10-18)
10+
11+
12+
### 🚀 Features
13+
14+
* add after/before each function iteration hooks ([c7543ae](https://github.com/poolifier/tatami-ng/commit/c7543aed21a23651f5ae993669a623808330e1a5))
15+
16+
17+
### ✨ Polish
18+
19+
* cleanup benchmark building ([aff9b96](https://github.com/poolifier/tatami-ng/commit/aff9b96eebc05761079e0628f051024947c4b854))
20+
21+
22+
### 📚 Documentation
23+
24+
* refine measure() comment ([b3910a0](https://github.com/poolifier/tatami-ng/commit/b3910a0b6aeb03d8045d58ad997e616da9fb3a07))
25+
926
## [0.8.8](https://github.com/poolifier/tatami-ng/compare/0.8.7...0.8.8) (2024-10-18)
1027

1128

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

0 commit comments

Comments
 (0)