Skip to content

Commit

Permalink
chore(master): release 0.8.14 (#47)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
jerome-benoit and autofix-ci[bot] authored Nov 18, 2024
1 parent 0497b2c commit a7ddd5a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.13"
".": "0.8.14"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.14](https://github.com/poolifier/tatami-ng/compare/0.8.13...0.8.14) (2024-11-18)


### 🐞 Bug Fixes

* use performance.now() for timestamping with node ([0497b2c](https://github.com/poolifier/tatami-ng/commit/0497b2c79bec5da5164d16770e991b67e102d86a))


### ✨ Polish

* cleanup JS runtime detection code ([66310b4](https://github.com/poolifier/tatami-ng/commit/66310b4dc982de6e9708f279f954e22d990e18f1))
* refine browser JS runtime detection ([7537b2b](https://github.com/poolifier/tatami-ng/commit/7537b2ba3ac273eb50b99d184d1e9ac9deb4e3e5))

## [0.8.13](https://github.com/poolifier/tatami-ng/compare/0.8.12...0.8.13) (2024-10-27)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Bun versions >= 1.x are supported.
<script type="module">
import {
...
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.8.13/dist/browser/index.js'
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.8.14/dist/browser/index.js'
</script>
```

Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@poolifier/tatami-ng",
"version": "0.8.13",
"version": "0.8.14",
"exports": "./src/index.js",
"publish": {
"include": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "tatami-ng",
"type": "module",
"license": "MIT",
"version": "0.8.13",
"version": "0.8.14",
"packageManager": "bun@1.1.34",
"bin": {
"tatami": "cli.js"
Expand Down

0 comments on commit a7ddd5a

Please sign in to comment.