Skip to content

Commit

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

* [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 4, 2024
1 parent 6c2979c commit 2d5675f
Show file tree
Hide file tree
Showing 5 changed files with 28 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.7.4"
".": "0.8.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ 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.0](https://github.com/poolifier/tatami-ng/compare/0.7.4...0.8.0) (2024-10-04)


### ⚠ BREAKING CHANGES

* add custom benchmark reporter support
* untangle latency and throughput (stats, display, ...)

### 🚀 Features

* add custom benchmark reporter support ([4c16a3a](https://github.com/poolifier/tatami-ng/commit/4c16a3a7ccd865a957da83c9dc1883eb52a0f00b)), closes [#29](https://github.com/poolifier/tatami-ng/issues/29)


### 🐞 Bug Fixes

* fix reporter type definition ([6c2979c](https://github.com/poolifier/tatami-ng/commit/6c2979ce1fd0ec14820e3cfd5d856b8752c30111))


### ✨ Polish

* cleanup isFunction() helper implementation ([8c679f4](https://github.com/poolifier/tatami-ng/commit/8c679f485c7e9eaafed2a567d41d25fbdba5a681))
* untangle latency and throughput (stats, display, ...) ([683588f](https://github.com/poolifier/tatami-ng/commit/683588fe5a8b167b9fba2f68a95e6309a4e68b53))
* use isFunction() in more code paths ([57e0b32](https://github.com/poolifier/tatami-ng/commit/57e0b32940a31d294e1eff49d7120e17a9ed04e0))

## [0.7.4](https://github.com/poolifier/tatami-ng/compare/0.7.3...0.7.4) (2024-10-03)


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

0 comments on commit 2d5675f

Please sign in to comment.