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

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

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

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"Pieter Mees <pietermees@users.noreply.github.com>",
7676
"Sergei Startsev <ai@programist.ru>",
7777
"Tobias Speicher <rootcommander@gmail.com>",
78+
"falsandtru <falsandtru@users.noreply.github.com>",
7879
"pavelgj <pavelgj@gmail.com>",
7980
"sylvain-hamel <sylvainhamel0@gmail.com>",
8081
"ywong <wongyok@gmail.com>",
@@ -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)