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

Commit 1d83255

Browse files
chore(release): 1.3.1 [skip ci]
## [1.3.1](v1.3.0...v1.3.1) (2020-04-28) ### Bug Fixes * removed unused import ([aacd908](aacd908)) * update package-lock.json ([7b6c5ba](7b6c5ba))
1 parent 7b6c5ba commit 1d83255

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changes
22

3+
## [1.3.1](https://github.com/snyk/vulncost/compare/v1.3.0...v1.3.1) (2020-04-28)
4+
5+
6+
### Bug Fixes
7+
8+
* removed unused import ([aacd908](https://github.com/snyk/vulncost/commit/aacd908f68967736dffdac38256f4e6661eb6b7b))
9+
* update package-lock.json ([7b6c5ba](https://github.com/snyk/vulncost/commit/7b6c5baaaf2d5b9fad90b38154aa4597ead91113))
10+
311
# [1.3.0](https://github.com/snyk/vulncost/compare/v1.2.5...v1.3.0) (2020-04-28)
412

513

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.0",
6+
"version": "1.3.1",
77
"private": true,
88
"publisher": "snyk-security",
99
"scripts": {

0 commit comments

Comments
 (0)