Skip to content

Commit

Permalink
chore(release): 6.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.3](v6.0.2...v6.0.3) (2021-01-27)

### Bug Fixes

* **plugins:** refactor instantiatePlugin from preproprocessor ([#3628](#3628)) ([e02858a](e02858a))
  • Loading branch information
semantic-release-bot committed Jan 27, 2021
1 parent e02858a commit 7a1344f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.0.3](https://github.com/karma-runner/karma/compare/v6.0.2...v6.0.3) (2021-01-27)


### Bug Fixes

* **plugins:** refactor instantiatePlugin from preproprocessor ([#3628](https://github.com/karma-runner/karma/issues/3628)) ([e02858a](https://github.com/karma-runner/karma/commit/e02858ae0d0de3f05add976b10e4b6b935cc3dd7))

## [6.0.2](https://github.com/karma-runner/karma/compare/v6.0.1...v6.0.2) (2021-01-25)


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
Expand Up @@ -484,7 +484,7 @@
"engines": {
"node": ">= 10"
},
"version": "6.0.2",
"version": "6.0.3",
"license": "MIT",
"husky": {
"hooks": {
Expand Down

0 comments on commit 7a1344f

Please sign in to comment.