Skip to content

Commit

Permalink
chore(master): release 0.8.5 (#37)
Browse files Browse the repository at this point in the history
* chore(master): release 0.8.5

* [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 Oct 16, 2024
1 parent f7ee29e commit 4d44e37
Show file tree
Hide file tree
Showing 5 changed files with 22 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.4"
".": "0.8.5"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ 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.5](https://github.com/poolifier/tatami-ng/compare/0.8.4...0.8.5) (2024-10-16)


### 🐞 Bug Fixes

* properly handle nullish arg in isAsyncFunction() ([79aa988](https://github.com/poolifier/tatami-ng/commit/79aa98808c2969678657c0c9c5cb8bdb58d92c00))
* properly handle promises in benchmark ([f7ee29e](https://github.com/poolifier/tatami-ng/commit/f7ee29e737d3a78a2f0f2479bc543142b63a9137))


### ✨ Polish

* freeze Student tTable ([d7d3b8f](https://github.com/poolifier/tatami-ng/commit/d7d3b8f01f99c9771b815093e976314b58e0ccce))


### 📚 Documentation

* **README.md:** refine example code ([0d9762d](https://github.com/poolifier/tatami-ng/commit/0d9762d2c4f02afdb482880e7134b2818985c74d))

## [0.8.4](https://github.com/poolifier/tatami-ng/compare/0.8.3...0.8.4) (2024-10-10)


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/[email protected].4/dist/browser/index.js'
} from 'https://cdn.jsdelivr.net/npm/[email protected].5/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.4",
"version": "0.8.5",
"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.4",
"version": "0.8.5",
"packageManager": "[email protected]",
"bin": {
"tatami": "cli.js"
Expand Down

0 comments on commit 4d44e37

Please sign in to comment.