Skip to content

Commit

Permalink
chore(release): 7.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [7.3.1](v7.3.0...v7.3.1) (2020-07-06)

### Bug Fixes

* **utils:** update depth of resolved dependencies ([c682232](c682232)), closes [#66](#66)
  • Loading branch information
semantic-release-bot committed Jul 6, 2020
1 parent 305365e commit 702f014
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 702f014

Please sign in to comment.