diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c6aa78..07f4cf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.2.3](https://github.com/gemini-testing/hermione-plugins-profiler/compare/v0.2.2...v0.2.3) (2021-09-17) + + +### Bug Fixes + +* **doc:** add info about attaching to the config ([86721f5](https://github.com/gemini-testing/hermione-plugins-profiler/commit/86721f5828d9f34aa2d0b8b4a18f3399b07897f7)) +* **logging:** do not log errors by default ([3cc1346](https://github.com/gemini-testing/hermione-plugins-profiler/commit/3cc13467c0f454696186b8f8e9f5981abd769e25)) + ### [0.2.2](https://github.com/gemini-testing/hermione-plugins-profiler/compare/v0.2.1...v0.2.2) (2021-09-09) diff --git a/package-lock.json b/package-lock.json index 23274bd..cf632bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hermione-plugins-profiler", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 71b0242..c7c88b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione-plugins-profiler", - "version": "0.2.2", + "version": "0.2.3", "description": "A plugin to profile another plugins", "main": "build/index.js", "repository": "https://github.com/gemini-testing/hermione-plugins-profiler",