Skip to content

Commit

Permalink
chore(release): 7.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [7.6.1](v7.6.0...v7.6.1) (2020-10-07)

### Bug Fixes

* replace find with glob to fix promise resolution ([2d33507](2d33507))
  • Loading branch information
semantic-release-bot committed Oct 7, 2020
1 parent f4bc470 commit 7b59931
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.6.1](https://github.com/ngageoint/opensphere-build-resolver/compare/v7.6.0...v7.6.1) (2020-10-07)


### Bug Fixes

* replace find with glob to fix promise resolution ([2d33507](https://github.com/ngageoint/opensphere-build-resolver/commit/2d3350705f2276e1776abb752a1c9fdcadcd9c34))

# [7.6.0](https://github.com/ngageoint/opensphere-build-resolver/compare/v7.5.0...v7.6.0) (2020-09-08)


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.6.0",
"version": "7.6.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 7b59931

Please sign in to comment.