From 4e9792a7bdbcddefa995ddcd41178a76a9a9eaf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 30 Sep 2024 21:45:30 +0200 Subject: [PATCH] chore(master): release 0.7.1 (#27) * chore(master): release 0.7.1 * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- jsr.json | 2 +- package.json | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index e7ca613..13708fa 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a5d1318..9cdc24d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ 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.1](https://github.com/poolifier/tatami-ng/compare/0.7.0...0.7.1) (2024-09-30) + + +### 🐞 Bug Fixes + +* add upper/lower values to BMF throughput report ([4555059](https://github.com/poolifier/tatami-ng/commit/455505948f086a891b37a1c625313fe31b970dbe)) + ## [0.7.0](https://github.com/poolifier/tatami-ng/compare/0.6.4...0.7.0) (2024-09-30) diff --git a/README.md b/README.md index cd6cfd7..c23fc11 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Bun versions >= 1.x are supported. ``` diff --git a/jsr.json b/jsr.json index 2adece6..b63dd27 100644 --- a/jsr.json +++ b/jsr.json @@ -1,7 +1,7 @@ { "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@poolifier/tatami-ng", - "version": "0.7.0", + "version": "0.7.1", "exports": "./src/index.js", "publish": { "include": [ diff --git a/package.json b/package.json index 6ae8bf6..eb75c50 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "tatami-ng", "type": "module", "license": "MIT", - "version": "0.7.0", + "version": "0.7.1", "packageManager": "bun@1.1.29", "bin": { "tatami": "cli.js"