diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c93eac..15ff6b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changes +# [1.5.0](https://github.com/snyk/vulncost/compare/v1.4.0...v1.5.0) (2021-04-20) + + +### Features + +* Migrate from legacy /vuln endpoint to /test ([1170fd7](https://github.com/snyk/vulncost/commit/1170fd704ac39c45ad9d034fe935562bc5dcd1a8)) + # [1.4.0](https://github.com/snyk/vulncost/compare/v1.3.11...v1.4.0) (2021-02-02) diff --git a/package.json b/package.json index 3dd95ee..4ba826b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Vuln Cost - Security Scanner", "description": "Security Scanner to find and fix vulnerabilities in JavaScript and TypeScript. Inspired by Import Cost", "license": "MIT", - "version": "1.4.0", + "version": "1.5.0", "private": true, "publisher": "snyk-security", "scripts": {