Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 00a2a14

Browse files
semantic-release-botanthony-redFox
authored andcommittedMay 5, 2023
chore(release): 6.3.5 [skip ci]
## [6.3.5](karma-runner/karma@v6.3.4...v6.3.5) (2021-10-20) ### Bug Fixes * **client:** prevent socket.io from hanging due to mocked clocks ([karma-runner#3695](karma-runner#3695)) ([105da90](karma-runner@105da90))
1 parent 1a4ce77 commit 00a2a14

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed
 

Diff for: ‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.3.5](https://github.com/karma-runner/karma/compare/v6.3.4...v6.3.5) (2021-10-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **client:** prevent socket.io from hanging due to mocked clocks ([#3695](https://github.com/karma-runner/karma/issues/3695)) ([105da90](https://github.com/karma-runner/karma/commit/105da90a9975c1050f96cda966bd30a3c677494e))
7+
18
## [6.3.4](https://github.com/karma-runner/karma/compare/v6.3.3...v6.3.4) (2021-06-14)
29

310

Diff for: ‎package-lock.json

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

Diff for: ‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"Mark Trostler <mark@zzo.com>",
4444
"Ciro Nunes <ciroanunes@gmail.com>",
4545
"Christian Budde Christensen <christi@n-bud.de>",
46+
"Jonathan Ginsburg <jon@than.ml>",
4647
"Pawel Kozlowski <pkozlowski.opensource@gmail.com>",
4748
"Robo <hop2deep@gmail.com>",
4849
"Shyam Seshadri <shyamseshadri@gmail.com>",
@@ -97,7 +98,6 @@
9798
"Janderson Constantino <jandersonconstantino@gmail.com>",
9899
"Jonas Pommerening <jonas.pommerening@aixigo.de>",
99100
"Jonathan Freeman <freethejazz@gmail.com>",
100-
"Jonathan Ginsburg <jon@than.ml>",
101101
"Josh <joshhunt180@gmail.com>",
102102
"KJ Tsanaktsidis <kjtsanaktsidis@gmail.com>",
103103
"Keen Yee Liau <kyliau@google.com>",
@@ -284,7 +284,7 @@
284284
"Merott Movahedi <merott@merott.com>",
285285
"Merrick Christensen <merrick.christensen@gmail.com>",
286286
"Michael Krotscheck <krotscheck@gmail.com>",
287-
"Michael Vartan <michaelvartan@google.com>",
287+
"Michael Vartan <michael.wayne.vartan@gmail.com>",
288288
"Michał Siwek <mike21@aol.pl>",
289289
"Milan Aleksic <milanaleksic@gmail.com>",
290290
"Milana Stojadinov <mstojadinov@renderedtext.com>",
@@ -492,7 +492,7 @@
492492
"engines": {
493493
"node": ">= 10"
494494
},
495-
"version": "6.3.4",
495+
"version": "6.3.5",
496496
"license": "MIT",
497497
"husky": {
498498
"hooks": {

0 commit comments

Comments
 (0)
Please sign in to comment.