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

Commit d57d968

Browse files
chore(release): 1.3.4 [skip ci]
## [1.3.4](v1.3.3...v1.3.4) (2020-05-04) ### Bug Fixes * display vulns only on dependencies in package.json ([a976345](a976345))
1 parent a976345 commit d57d968

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [1.3.4](https://github.com/snyk/vulncost/compare/v1.3.3...v1.3.4) (2020-05-04)
4+
5+
6+
### Bug Fixes
7+
8+
* display vulns only on dependencies in package.json ([a976345](https://github.com/snyk/vulncost/commit/a9763452ecec4871c2976324ef21e679ca5661a8))
9+
310
## [1.3.3](https://github.com/snyk/vulncost/compare/v1.3.2...v1.3.3) (2020-05-04)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Vuln Cost",
44
"description": "Display imported vulnerabilities in VS Code",
55
"license": "MIT",
6-
"version": "1.3.3",
6+
"version": "1.3.4",
77
"private": true,
88
"publisher": "snyk-security",
99
"scripts": {

0 commit comments

Comments
 (0)