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 30, 2024
2 parents 4555059 + 4ca6a7b commit 7c60a5d
Show file tree
Hide file tree
Showing 5 changed files with 16 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.4"
".": "0.7.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ 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.7.0](https://github.com/poolifier/tatami-ng/compare/0.6.4...0.7.0) (2024-09-30)


### ⚠ BREAKING CHANGES

* rename iter/s to iters/s (like ops/s)

### ✨ Polish

* cleanup statistics helper arguments namespace ([846655b](https://github.com/poolifier/tatami-ng/commit/846655b8a35689d7632d3ad0c410029d2532d919))
* rename iter/s to iters/s (like ops/s) ([f188e81](https://github.com/poolifier/tatami-ng/commit/f188e812d479f7ba6664ce01ddd6e37d2ee75cf5))

## [0.6.4](https://github.com/poolifier/tatami-ng/compare/0.6.3...0.6.4) (2024-09-30)


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

0 comments on commit 7c60a5d

Please sign in to comment.