From 96e8505c3d67ee42348d800ccd8184743c80e2bc Mon Sep 17 00:00:00 2001 From: yamiteru Date: Sun, 2 Apr 2023 16:17:47 +0200 Subject: [PATCH] Release 0.0.6 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6853101..6b7cfe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.0.6](https://github.com/yamiteru/benchpress/compare/0.0.5...0.0.6) + +- Pass benchmark name into benchmark(Before/After)Each [`a7c6adb`](https://github.com/yamiteru/benchpress/commit/a7c6adbccbcc2dcb914a602cfca3fdde83a46599) +- Pass name into offsets [`55460a5`](https://github.com/yamiteru/benchpress/commit/55460a5b3d57050d080071b99b6899d7a9aa2b62) +- Format and lint [`c43e65a`](https://github.com/yamiteru/benchpress/commit/c43e65ac5aa56b88b85dac374da812af673fae9b) + #### [0.0.5](https://github.com/yamiteru/benchpress/compare/0.0.4...0.0.5) +> 2 April 2023 + - Add and rename events [`2ac847c`](https://github.com/yamiteru/benchpress/commit/2ac847c403c9e695c721d56206c1a385e8634589) - Update README [`031e5f1`](https://github.com/yamiteru/benchpress/commit/031e5f1b1eb354e9539b704920aad65b14dc1b8e) +- Release 0.0.5 [`4681af6`](https://github.com/yamiteru/benchpress/commit/4681af68b6268efc2305f12b888933f43b309a92) #### [0.0.4](https://github.com/yamiteru/benchpress/compare/0.0.3...0.0.4) diff --git a/package.json b/package.json index e5fe661..ebd34f2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.5", + "version": "0.0.6", "name": "isitfast", "author": "Miroslav Vršecký ", "description": "A modular benchmarking library with V8 warmup and cpu/ram denoising for the most accurate and consistent results.",