Skip to content

Commit 10afab1

Browse files
committedMar 9, 2021
chore(release): 6.1.2 [skip ci]
## [6.1.2](v6.1.1...v6.1.2) (2021-03-09) ### Bug Fixes * **commitlint:** skip task on master ([#3650](#3650)) ([3fc6fda](3fc6fda)) * patch karma to allow loading virtual packages ([#3663](#3663)) ([5bfcf5f](5bfcf5f))
1 parent 3fc6fda commit 10afab1

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [6.1.2](https://github.com/karma-runner/karma/compare/v6.1.1...v6.1.2) (2021-03-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **commitlint:** skip task on master ([#3650](https://github.com/karma-runner/karma/issues/3650)) ([3fc6fda](https://github.com/karma-runner/karma/commit/3fc6fdadd6b0ed6838de048c15485b1bd815fe23))
7+
* patch karma to allow loading virtual packages ([#3663](https://github.com/karma-runner/karma/issues/3663)) ([5bfcf5f](https://github.com/karma-runner/karma/commit/5bfcf5f37de6f0a12abcf9914c2fad510395b4d6))
8+
19
## [6.1.1](https://github.com/karma-runner/karma/compare/v6.1.0...v6.1.1) (2021-02-12)
210

311

‎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-2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"Bryan Smith <bryanrsmith@gmail.com>",
8080
"Bulat Shakirzyanov <mallluhuct@gmail.com>",
8181
"ChangZhuo Chen (陳昌倬) <czchen@gmail.com>",
82+
"Chris Bottin <chrisbottin@users.noreply.github.com>",
8283
"Cyrus Chan <chan1cyrus2@gmail.com>",
8384
"DarthCharles <carlos.darth@gmail.com>",
8485
"David Herges <dherges@users.noreply.github.com>",
@@ -172,9 +173,9 @@
172173
"Carl Goldberg <carlgoldberg1236@gmail.com>",
173174
"Chad Smith <chad@configit.com>",
174175
"Chang Wang <cheapsteak@gmail.com>",
176+
"Charles Suh <charlessuh@users.noreply.github.com>",
175177
"Chelsea Urquhart <curquhart@users.noreply.github.com>",
176178
"Chris <camargo.cac@gmail.com>",
177-
"Chris Bottin <chrisbottin@users.noreply.github.com>",
178179
"Chris Chua <chris.sirhc@gmail.com>",
179180
"Chris Dawson <xrdawson@gmail.com>",
180181
"Christian Weiss <cweiss@stripe.com>",
@@ -487,7 +488,7 @@
487488
"engines": {
488489
"node": ">= 10"
489490
},
490-
"version": "6.1.1",
491+
"version": "6.1.2",
491492
"license": "MIT",
492493
"husky": {
493494
"hooks": {

0 commit comments

Comments
 (0)
Please sign in to comment.