diff --git a/CHANGELOG.md b/CHANGELOG.md index e0abbaa..bfc6dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.3.1](https://github.com/ngageoint/opensphere-build-resolver/compare/v7.3.0...v7.3.1) (2020-07-06) + + +### Bug Fixes + +* **utils:** update depth of resolved dependencies ([c682232](https://github.com/ngageoint/opensphere-build-resolver/commit/c6822328ac91c47afa2924cbe593721b42a4af6b)), closes [#66](https://github.com/ngageoint/opensphere-build-resolver/issues/66) + # [7.3.0](https://github.com/ngageoint/opensphere-build-resolver/compare/v7.2.0...v7.3.0) (2020-06-30) diff --git a/package.json b/package.json index 8693f81..c705689 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensphere-build-resolver", - "version": "7.3.0", + "version": "7.3.1", "description": "Resolves projects, their dependencies, plugins, and config to the correct arguments for compilation via the Google Closure Compiler, node-sass, and other tools.", "bin": { "os-resolve": "./resolve.js"