Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 5cab3e6

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.0...v1.6.0) (2021-06-02) ### Features * adds support for critical severity ([76d2035](76d2035))
1 parent 779e2e5 commit 5cab3e6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
# [1.6.0](https://github.com/snyk/vulncost/compare/v1.5.0...v1.6.0) (2021-06-02)
4+
5+
6+
### Features
7+
8+
* adds support for critical severity ([76d2035](https://github.com/snyk/vulncost/commit/76d20357e6e5ae4a6166e68e5b591b3dbb9917ac))
9+
310
# [1.5.0](https://github.com/snyk/vulncost/compare/v1.4.0...v1.5.0) (2021-04-20)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Vuln Cost - Security Scanner",
44
"description": "Security Scanner to find and fix vulnerabilities in JavaScript and TypeScript. Inspired by Import Cost",
55
"license": "MIT",
6-
"version": "1.5.0",
6+
"version": "1.6.0",
77
"private": true,
88
"publisher": "snyk-security",
99
"scripts": {

0 commit comments

Comments
 (0)