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 Mar 19, 2024
1 parent d7d4448 commit f33aa8f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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-test-repeater/compare/v0.0.9...v1.0.0) (2024-03-19)


### ⚠ BREAKING CHANGES

* nodejs versions less than 12.0.0 are no longer supported

### Features

* nodejs versions less than 16.0.0 are no longer supported ([fc91a56](https://github.com/gemini-testing/hermione-test-repeater/commit/fc91a568ccf3bdd1f5b83ebe5e1bf2584f2fcb6e))

### [0.0.9](https://github.com/gemini-testing/hermione-test-repeater/compare/v0.0.8...v0.0.9) (2024-03-19)


Expand Down
2 changes: 1 addition & 1 deletion 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-test-repeater",
"version": "0.0.9",
"version": "1.0.0",
"description": "Plugin for repeat tests the specified number of times",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit f33aa8f

Please sign in to comment.