diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1c43dc9c..72c9661a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.5.4](https://github.com/newrelic/nr1-account-maturity/compare/v0.5.3...v0.5.4) (2020-08-21) + + +### Bug Fixes + +* upgrade snyk from 1.320.2 to 1.327.0 ([9fdc3e2](https://github.com/newrelic/nr1-account-maturity/commit/9fdc3e249a242fa5199dda375e4e923cbd9c2fff)) + ## [0.5.3](https://github.com/newrelic/nr1-account-maturity/compare/v0.5.2...v0.5.3) (2020-06-15) diff --git a/package-lock.json b/package-lock.json index e93cd167..5cdf6919 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nr1-maturity", - "version": "0.5.3", + "version": "0.5.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c6eae4ea..1c4e24fa 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "nr1-maturity", "description": "New Relic Account Maturity App", - "version": "0.5.3", + "version": "0.5.4", "scripts": { "start": "nr1 nerdpack:serve", "test": "exit 0",