Skip to content

Commit

Permalink
chore(release): 7.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [7.0.1](v7.0.0...v7.0.1) (2024-06-11)

### Bug Fixes

* unhandledrejection should call log with second parameter as array ([f1d57a3](f1d57a3))
  • Loading branch information
semantic-release-bot committed Jun 11, 2024
1 parent f1d57a3 commit 46c10e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [7.0.1](https://github.com/Second-Live/karma-up/compare/v7.0.0...v7.0.1) (2024-06-11)


### Bug Fixes

* unhandledrejection should call log with second parameter as array ([f1d57a3](https://github.com/Second-Live/karma-up/commit/f1d57a3d4f9bffab013971729654ed7ad6ec640d))

# [7.0.0](https://github.com/Second-Live/karma-up/compare/v6.4.2...v7.0.0) (2024-06-11)


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
Expand Up @@ -89,7 +89,7 @@
"engines": {
"node": ">= 18"
},
"version": "7.0.0",
"version": "7.0.1",
"license": "MIT",
"scripts": {
"lint": "eslint . --ext js --ignore-pattern *.tpl.js",
Expand Down

0 comments on commit 46c10e8

Please sign in to comment.