Skip to content

Commit

Permalink
chore(release): 8.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovRoman committed Apr 18, 2024
1 parent 7c158e9 commit 3074049
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [8.9.0](https://github.com/gemini-testing/hermione/compare/hermione/v8.8.1...hermione/8.9.0) (2024-04-18)


### Features

* add ability to use dev server ([d6b9ec8](https://github.com/gemini-testing/hermione/commit/d6b9ec89c1841fdc83a566a5fc23929e353e7b09))

### [8.8.1](https://github.com/gemini-testing/hermione/compare/v8.8.0...v8.8.1) (2024-04-05)


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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hermione",
"version": "8.8.1",
"version": "8.9.0",
"description": "Tests framework based on mocha and wdio",
"main": "build/src/index.js",
"files": [
Expand All @@ -22,7 +22,7 @@
"prepack": "npm run clean && npm run build",
"preversion": "npm run lint && npm test",
"commitmsg": "commitlint -e",
"release": "standard-version",
"release": "standard-version -t hermione/",
"watch": "npm run copy-static && tsc --watch"
},
"repository": {
Expand Down

0 comments on commit 3074049

Please sign in to comment.