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 846655b + 9137c7b commit 368f9fd
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.6.3"
".": "0.6.4"
}
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.6.4](https://github.com/poolifier/tatami-ng/compare/0.6.3...0.6.4) (2024-09-30)


### 🐞 Bug Fixes

* do not round timestamping ([bc2f605](https://github.com/poolifier/tatami-ng/commit/bc2f6050b28a8a1b1af6f92d617b515d744efe6c))


### ✨ Polish

* display MAD when necessary in p50 percentile ([4e42c6a](https://github.com/poolifier/tatami-ng/commit/4e42c6a93a33be3ff697f912212a9918db40a297))


### 📚 Documentation

* **README.md:** refine examples ([f811d56](https://github.com/poolifier/tatami-ng/commit/f811d56ee684f1425cefaf55305381d99fc4a732))
* refine documentation ([45a405e](https://github.com/poolifier/tatami-ng/commit/45a405e7dfcd571facf454965486fb8fa4be9776))

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


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

0 comments on commit 368f9fd

Please sign in to comment.