Skip to content

Commit 7b59931

Browse files
chore(release): 7.6.1 [skip ci]
## [7.6.1](v7.6.0...v7.6.1) (2020-10-07) ### Bug Fixes * replace find with glob to fix promise resolution ([2d33507](2d33507))
1 parent f4bc470 commit 7b59931

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [7.6.1](https://github.com/ngageoint/opensphere-build-resolver/compare/v7.6.0...v7.6.1) (2020-10-07)
2+
3+
4+
### Bug Fixes
5+
6+
* replace find with glob to fix promise resolution ([2d33507](https://github.com/ngageoint/opensphere-build-resolver/commit/2d3350705f2276e1776abb752a1c9fdcadcd9c34))
7+
18
# [7.6.0](https://github.com/ngageoint/opensphere-build-resolver/compare/v7.5.0...v7.6.0) (2020-09-08)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensphere-build-resolver",
3-
"version": "7.6.0",
3+
"version": "7.6.1",
44
"description": "Resolves projects, their dependencies, plugins, and config to the correct arguments for compilation via the Google Closure Compiler, node-sass, and other tools.",
55
"bin": {
66
"os-resolve": "./resolve.js"

0 commit comments

Comments
 (0)