Skip to content

Commit c97e562

Browse files
committedFeb 5, 2022
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

+9
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"greenkeeperio-bot <support@greenkeeper.io>",
3131
"Karma Bot <karmarunnerbot@gmail.com>",
3232
"Maksim Ryzhikov <rv.maksim@gmail.com>",
33-
"ukasz Usarz <lukasz.usarz@gmail.com>",
3433
"semantic-release-bot <semantic-release-bot@martynus.net>",
34+
"ukasz Usarz <lukasz.usarz@gmail.com>",
3535
"Christian Budde Christensen <budde377@gmail.com>",
3636
"Wesley Cho <wesley.cho@gmail.com>",
3737
"taichi <ryushi@gmail.com>",
@@ -41,9 +41,9 @@
4141
"Michał Gołębiowski-Owczarek <m.goleb@gmail.com>",
4242
"Todd Wolfson <todd@twolfson.com>",
4343
"Mark Trostler <mark@zzo.com>",
44+
"Jonathan Ginsburg <jon@than.ml>",
4445
"Ciro Nunes <ciroanunes@gmail.com>",
4546
"Christian Budde Christensen <christi@n-bud.de>",
46-
"Jonathan Ginsburg <jon@than.ml>",
4747
"Pawel Kozlowski <pkozlowski.opensource@gmail.com>",
4848
"Robo <hop2deep@gmail.com>",
4949
"Shyam Seshadri <shyamseshadri@gmail.com>",
@@ -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)
Please sign in to comment.