Skip to content

Commit

Permalink
chore(release): 6.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Jun 14, 2022
1 parent f2d0663 commit 84f7cc3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
# [6.4.0](https://github.com/karma-runner/karma/compare/v6.3.20...v6.4.0) (2022-06-14)


### Features

* support SRI verification of link tags ([dc51a2e](https://github.com/karma-runner/karma/commit/dc51a2e0e9b9805f7740f52fde01bcd20adc2dfc))
* support SRI verification of script tags ([6a54b1c](https://github.com/karma-runner/karma/commit/6a54b1c2a1df8214c470b8a5cc8036912874637e))

## [6.3.20](https://github.com/karma-runner/karma/compare/v6.3.19...v6.3.20) (2022-05-13)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -75,6 +75,7 @@
"Pieter Mees <pietermees@users.noreply.github.com>",
"Sergei Startsev <ai@programist.ru>",
"Tobias Speicher <rootcommander@gmail.com>",
"falsandtru <falsandtru@users.noreply.github.com>",
"pavelgj <pavelgj@gmail.com>",
"sylvain-hamel <sylvainhamel0@gmail.com>",
"ywong <wongyok@gmail.com>",
Expand Down Expand Up @@ -499,7 +500,7 @@
"engines": {
"node": ">= 10"
},
"version": "6.3.20",
"version": "6.4.0",
"license": "MIT",
"scripts": {
"lint": "eslint . --ext js --ignore-pattern *.tpl.js",
Expand Down

0 comments on commit 84f7cc3

Please sign in to comment.