Skip to content

Commit

Permalink
Merge branch 'master' of github.com:poolifier/tatami-ng
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome-benoit committed Sep 29, 2024
2 parents 8279e44 + 5f43b8e commit 2c246c8
Show file tree
Hide file tree
Showing 5 changed files with 29 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.6.0"
".": "0.6.1"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,31 @@ 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.6.1](https://github.com/poolifier/tatami-ng/compare/0.6.0...0.6.1) (2024-09-29)


### 🐞 Bug Fixes

* call garbage collector before each benchmark ([21bdbf3](https://github.com/poolifier/tatami-ng/commit/21bdbf31163a06a2fc150561c265d8509994b5c3))
* fix gc() call on unknown JS runtime ([893f960](https://github.com/poolifier/tatami-ng/commit/893f960625771cf4e285d2f0df1b7436e9a7a20c))
* fix gc() implementation on Deno runtime ([b386e8a](https://github.com/poolifier/tatami-ng/commit/b386e8a384b4440184bcaa3c189b9a81911736ff))
* improve gc() detection on browser ([5146ef7](https://github.com/poolifier/tatami-ng/commit/5146ef7cec8d18dcea14c04adca5a49e18f5d813))
* try to run gc() with more JS runtimes ([1cef68c](https://github.com/poolifier/tatami-ng/commit/1cef68c0a63741f235bda86658dc14098313a1c7))


### ✨ Polish

* cleanup colors in output detection ([551df36](https://github.com/poolifier/tatami-ng/commit/551df3611ad3baf9a158e8dca3709eaf82cd1857))
* cleanup gc() implementation ([5ebe98a](https://github.com/poolifier/tatami-ng/commit/5ebe98a253f6e426090e31dd60569031297bfa08))
* cleanup variables namespace ([f84c010](https://github.com/poolifier/tatami-ng/commit/f84c010ef1a8be246fd4ee6279c5269e47b334cf))
* deno 2.x.x support ([fd39123](https://github.com/poolifier/tatami-ng/commit/fd39123a658af07c072070ee90e398147b65b97a))


### 📚 Documentation

* **README.md:** cleanup description ([93963cb](https://github.com/poolifier/tatami-ng/commit/93963cbba431394c2195d5acfdec415cf4931af9))
* **README.md:** refine description ([83fa873](https://github.com/poolifier/tatami-ng/commit/83fa873d116b5d7e933261f4587db86736fd664e))

## [0.6.0](https://github.com/poolifier/tatami-ng/compare/0.5.7...0.6.0) (2024-09-26)


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

0 comments on commit 2c246c8

Please sign in to comment.