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 Oct 19, 2024
2 parents 3c2a41f + 42e5064 commit 7e2d485
Show file tree
Hide file tree
Showing 5 changed files with 21 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.8"
".": "0.8.9"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ 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.9](https://github.com/poolifier/tatami-ng/compare/0.8.8...0.8.9) (2024-10-18)


### 🚀 Features

* add after/before each function iteration hooks ([c7543ae](https://github.com/poolifier/tatami-ng/commit/c7543aed21a23651f5ae993669a623808330e1a5))


### ✨ Polish

* cleanup benchmark building ([aff9b96](https://github.com/poolifier/tatami-ng/commit/aff9b96eebc05761079e0628f051024947c4b854))


### 📚 Documentation

* refine measure() comment ([b3910a0](https://github.com/poolifier/tatami-ng/commit/b3910a0b6aeb03d8045d58ad997e616da9fb3a07))

## [0.8.8](https://github.com/poolifier/tatami-ng/compare/0.8.7...0.8.8) (2024-10-18)


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

0 comments on commit 7e2d485

Please sign in to comment.