Skip to content

Commit a7ddd5a

Browse files
chore(master): release 0.8.14 (#47)
* chore(master): release 0.8.14 * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 0497b2c commit a7ddd5a

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-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.13"
2+
".": "0.8.14"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ 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.14](https://github.com/poolifier/tatami-ng/compare/0.8.13...0.8.14) (2024-11-18)
10+
11+
12+
### 🐞 Bug Fixes
13+
14+
* use performance.now() for timestamping with node ([0497b2c](https://github.com/poolifier/tatami-ng/commit/0497b2c79bec5da5164d16770e991b67e102d86a))
15+
16+
17+
### ✨ Polish
18+
19+
* cleanup JS runtime detection code ([66310b4](https://github.com/poolifier/tatami-ng/commit/66310b4dc982de6e9708f279f954e22d990e18f1))
20+
* refine browser JS runtime detection ([7537b2b](https://github.com/poolifier/tatami-ng/commit/7537b2ba3ac273eb50b99d184d1e9ac9deb4e3e5))
21+
922
## [0.8.13](https://github.com/poolifier/tatami-ng/compare/0.8.12...0.8.13) (2024-10-27)
1023

1124

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

0 commit comments

Comments
 (0)