Skip to content

Commit

Permalink
chore(release): 6.3.14 [skip ci]
Browse files Browse the repository at this point in the history
## [6.3.14](v6.3.13...v6.3.14) (2022-02-05)

### Bug Fixes

* remove string template from client code ([91d5acd](91d5acd))
* warn when `singleRun` and `autoWatch` are `false` ([69cfc76](69cfc76))
* **security:** remove XSS vulnerability in `returnUrl` query param ([839578c](839578c))
  • Loading branch information
semantic-release-bot committed Feb 5, 2022
1 parent 91d5acd commit c97e562
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## [6.3.14](https://github.com/karma-runner/karma/compare/v6.3.13...v6.3.14) (2022-02-05)


### Bug Fixes

* remove string template from client code ([91d5acd](https://github.com/karma-runner/karma/commit/91d5acda6325caf91685da465d688527bd412b47))
* warn when `singleRun` and `autoWatch` are `false` ([69cfc76](https://github.com/karma-runner/karma/commit/69cfc763c8f83e8e7e64d34e17829d0d3dcc0449))
* **security:** remove XSS vulnerability in `returnUrl` query param ([839578c](https://github.com/karma-runner/karma/commit/839578c45a8ac42fbc1d72105f97eab77dd3eb8a))

## [6.3.13](https://github.com/karma-runner/karma/compare/v6.3.12...v6.3.13) (2022-01-31)


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.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -30,8 +30,8 @@
"greenkeeperio-bot <support@greenkeeper.io>",
"Karma Bot <karmarunnerbot@gmail.com>",
"Maksim Ryzhikov <rv.maksim@gmail.com>",
"ukasz Usarz <lukasz.usarz@gmail.com>",
"semantic-release-bot <semantic-release-bot@martynus.net>",
"ukasz Usarz <lukasz.usarz@gmail.com>",
"Christian Budde Christensen <budde377@gmail.com>",
"Wesley Cho <wesley.cho@gmail.com>",
"taichi <ryushi@gmail.com>",
Expand All @@ -41,9 +41,9 @@
"Michał Gołębiowski-Owczarek <m.goleb@gmail.com>",
"Todd Wolfson <todd@twolfson.com>",
"Mark Trostler <mark@zzo.com>",
"Jonathan Ginsburg <jon@than.ml>",
"Ciro Nunes <ciroanunes@gmail.com>",
"Christian Budde Christensen <christi@n-bud.de>",
"Jonathan Ginsburg <jon@than.ml>",
"Pawel Kozlowski <pkozlowski.opensource@gmail.com>",
"Robo <hop2deep@gmail.com>",
"Shyam Seshadri <shyamseshadri@gmail.com>",
Expand Down Expand Up @@ -499,7 +499,7 @@
"engines": {
"node": ">= 10"
},
"version": "6.3.13",
"version": "6.3.14",
"license": "MIT",
"scripts": {
"lint": "eslint . --ext js --ignore-pattern *.tpl.js",
Expand Down

0 comments on commit c97e562

Please sign in to comment.