diff --git a/CHANGELOG.md b/CHANGELOG.md index 414103f..3cfd4cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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.4](https://github.com/yamiteru/benchpress/compare/0.0.3...0.0.4) + +- fixed readme.md <3 [`8e5bff7`](https://github.com/yamiteru/benchpress/commit/8e5bff735b0b31f8088ca03216133d13b05cf1e2) +- Change MB to Kb [`567eea1`](https://github.com/yamiteru/benchpress/commit/567eea129da66dad797d8d45883a7f4b68857010) + #### [0.0.3](https://github.com/yamiteru/benchpress/compare/0.0.2...0.0.3) +> 24 March 2023 + +- Release 0.0.3 [`d6b40b4`](https://github.com/yamiteru/benchpress/commit/d6b40b492d5e31fb978cb647bb271ed963a1cb52) - Add globs into files [`38b0b84`](https://github.com/yamiteru/benchpress/commit/38b0b843c90b26ca4198ca865b95db4cd537fe0b) #### [0.0.2](https://github.com/yamiteru/benchpress/compare/0.0.1...0.0.2) diff --git a/package.json b/package.json index cb61cb6..8c6586a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.3", + "version": "0.0.4", "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.",