Skip to content

Commit d1aa2f7

Browse files
committed
chore(release): 6.0.0
1 parent 04b3ef7 commit d1aa2f7

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="6.0.0"></a>
6+
# [6.0.0](https://github.com/zkat/ssri/compare/v5.3.0...v6.0.0) (2018-04-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **docs:** minor typo ([b71ef17](https://github.com/zkat/ssri/commit/b71ef17))
12+
13+
14+
### meta
15+
16+
* drop support for node@4 ([d9bf359](https://github.com/zkat/ssri/commit/d9bf359))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* node@4 is no longer supported
22+
23+
24+
525
<a name="5.3.0"></a>
626
# [5.3.0](https://github.com/zkat/ssri/compare/v5.2.4...v5.3.0) (2018-03-13)
727

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ssri",
3-
"version": "5.3.0",
3+
"version": "6.0.0",
44
"description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)