Skip to content

Commit 84f7cc3

Browse files
chore(release): 6.4.0 [skip ci]
# [6.4.0](v6.3.20...v6.4.0) (2022-06-14) ### Features * support SRI verification of link tags ([dc51a2e](dc51a2e)) * support SRI verification of script tags ([6a54b1c](6a54b1c))
1 parent f2d0663 commit 84f7cc3

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [6.4.0](https://github.com/karma-runner/karma/compare/v6.3.20...v6.4.0) (2022-06-14)
2+
3+
4+
### Features
5+
6+
* support SRI verification of link tags ([dc51a2e](https://github.com/karma-runner/karma/commit/dc51a2e0e9b9805f7740f52fde01bcd20adc2dfc))
7+
* support SRI verification of script tags ([6a54b1c](https://github.com/karma-runner/karma/commit/6a54b1c2a1df8214c470b8a5cc8036912874637e))
8+
19
## [6.3.20](https://github.com/karma-runner/karma/compare/v6.3.19...v6.3.20) (2022-05-13)
210

311

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"Pieter Mees <[email protected]>",
7676
"Sergei Startsev <[email protected]>",
7777
"Tobias Speicher <[email protected]>",
78+
"falsandtru <[email protected]>",
7879
"pavelgj <[email protected]>",
7980
"sylvain-hamel <[email protected]>",
8081
"ywong <[email protected]>",
@@ -499,7 +500,7 @@
499500
"engines": {
500501
"node": ">= 10"
501502
},
502-
"version": "6.3.20",
503+
"version": "6.4.0",
503504
"license": "MIT",
504505
"scripts": {
505506
"lint": "eslint . --ext js --ignore-pattern *.tpl.js",

0 commit comments

Comments
 (0)