Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sipayRT committed Nov 22, 2023
1 parent 442e691 commit ad70c22
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

## [1.0.0](https://github.com/gemini-testing/hermione-plugins-profiler/compare/v0.2.3...v1.0.0) (2023-11-22)


### ⚠ BREAKING CHANGES

* **node:** node versions less than 18.0.0 are no longer supported

### Features

* **node:** drop node versions less than 18 ([16365ef](https://github.com/gemini-testing/hermione-plugins-profiler/commit/16365ef02330b79ce7b473045fc6d062c7b78271))


### Bug Fixes

* correctly parse plugin-name from pnpm ([ebc5182](https://github.com/gemini-testing/hermione-plugins-profiler/commit/ebc518210abad74bf83c254b9a54115fc67c2d49))

### [0.2.3](https://github.com/gemini-testing/hermione-plugins-profiler/compare/v0.2.2...v0.2.3) (2021-09-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hermione-plugins-profiler",
"version": "0.2.3",
"version": "1.0.0",
"description": "A plugin to profile another plugins",
"main": "build/index.js",
"repository": "https://github.com/gemini-testing/hermione-plugins-profiler",
Expand Down

0 comments on commit ad70c22

Please sign in to comment.