diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 0397f79..13965ab 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.3.4](https://github.com/newrelic/nr1-deployment-analyzer/compare/v0.3.3...v0.3.4) (2020-08-24) + + +### Bug Fixes + +* id reverted ([797c68a](https://github.com/newrelic/nr1-deployment-analyzer/commit/797c68af30a36a630e71045472d85460e8435153)) +* long revisions fixed ([96e6507](https://github.com/newrelic/nr1-deployment-analyzer/commit/96e650723ac225beb80798bdec5c1a4580dbd0ac)) +* long revisions fixed ([3d67de0](https://github.com/newrelic/nr1-deployment-analyzer/commit/3d67de0bf5d145730949948efce193e5128c256c)) + ## [0.3.3](https://github.com/newrelic/nr1-deployment-analyzer/compare/v0.3.2...v0.3.3) (2020-08-12) diff --git a/package-lock.json b/package-lock.json index cf0486c..fe857ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "deployment-analyzer", - "version": "0.3.3", + "version": "0.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ca20556..4bb2b91 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "deployment-analyzer", "description": "View application deployments across your environments from your APM deployment markers.", - "version": "0.3.3", + "version": "0.3.4", "scripts": { "start": "nr1 nerdpack:serve", "test": "exit 0",