Skip to content

Commit c97e562

Browse files
chore(release): 6.3.14 [skip ci]
## [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))
1 parent 91d5acd commit c97e562

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [6.3.14](https://github.com/karma-runner/karma/compare/v6.3.13...v6.3.14) (2022-02-05)
2+
3+
4+
### Bug Fixes
5+
6+
* remove string template from client code ([91d5acd](https://github.com/karma-runner/karma/commit/91d5acda6325caf91685da465d688527bd412b47))
7+
* warn when `singleRun` and `autoWatch` are `false` ([69cfc76](https://github.com/karma-runner/karma/commit/69cfc763c8f83e8e7e64d34e17829d0d3dcc0449))
8+
* **security:** remove XSS vulnerability in `returnUrl` query param ([839578c](https://github.com/karma-runner/karma/commit/839578c45a8ac42fbc1d72105f97eab77dd3eb8a))
9+
110
## [6.3.13](https://github.com/karma-runner/karma/compare/v6.3.12...v6.3.13) (2022-01-31)
211

312

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"greenkeeperio-bot <[email protected]>",
3131
"Karma Bot <[email protected]>",
3232
"Maksim Ryzhikov <[email protected]>",
33-
"ukasz Usarz <[email protected]>",
3433
"semantic-release-bot <[email protected]>",
34+
"ukasz Usarz <[email protected]>",
3535
"Christian Budde Christensen <[email protected]>",
3636
"Wesley Cho <[email protected]>",
3737
"taichi <[email protected]>",
@@ -41,9 +41,9 @@
4141
"Michał Gołębiowski-Owczarek <[email protected]>",
4242
"Todd Wolfson <[email protected]>",
4343
"Mark Trostler <[email protected]>",
44+
"Jonathan Ginsburg <[email protected]>",
4445
"Ciro Nunes <[email protected]>",
4546
"Christian Budde Christensen <[email protected]>",
46-
"Jonathan Ginsburg <[email protected]>",
4747
"Pawel Kozlowski <[email protected]>",
4848
4949
"Shyam Seshadri <[email protected]>",
@@ -499,7 +499,7 @@
499499
"engines": {
500500
"node": ">= 10"
501501
},
502-
"version": "6.3.13",
502+
"version": "6.3.14",
503503
"license": "MIT",
504504
"scripts": {
505505
"lint": "eslint . --ext js --ignore-pattern *.tpl.js",

0 commit comments

Comments
 (0)