From 9f80f5ee127dbb57e3e7725b1a8ff90d15e2395f Mon Sep 17 00:00:00 2001 From: yamiteru Date: Wed, 5 Apr 2023 20:58:11 +0200 Subject: [PATCH] Release 0.0.8 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41ca815..66e8aa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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.8](https://github.com/yamiteru/benchpress/compare/0.0.7...0.0.8) + +- Rewrite in OOP + add compact terminal mode [`5947ced`](https://github.com/yamiteru/benchpress/commit/5947cedb762d117d09dffae29fcd2636210a2760) +- Remove unnecessary files [`8e238b7`](https://github.com/yamiteru/benchpress/commit/8e238b7ab0b0801107f6fc78c6c05fa68815f308) +- Format and lint [`c32b229`](https://github.com/yamiteru/benchpress/commit/c32b229437d0fe816e1969bad79fc8e2b0ab8330) + #### [0.0.7](https://github.com/yamiteru/benchpress/compare/0.0.6...0.0.7) +> 2 April 2023 + +- Release 0.0.7 [`6f3a054`](https://github.com/yamiteru/benchpress/commit/6f3a05433776e1ef5eaaa02086672cca4b0ea34c) - Export ueve methods [`3589ad5`](https://github.com/yamiteru/benchpress/commit/3589ad54270b3f47777f8b7c2683d8ccd104dcf0) #### [0.0.6](https://github.com/yamiteru/benchpress/compare/0.0.5...0.0.6) diff --git a/package.json b/package.json index 2c1be35..fde5cd1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.7", + "version": "0.0.8", "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.",