Skip to content

Commit 4afe55b

Browse files
chore(release): 7.6.2 [skip ci]
## [7.6.2](v7.6.1...v7.6.2) (2020-10-08) ### Bug Fixes * **utils:** normalize glob paths to system path separator ([76a5de9](76a5de9))
1 parent ffd4864 commit 4afe55b

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.2](https://github.com/ngageoint/opensphere-build-resolver/compare/v7.6.1...v7.6.2) (2020-10-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **utils:** normalize glob paths to system path separator ([76a5de9](https://github.com/ngageoint/opensphere-build-resolver/commit/76a5de97daec049d2d44e685cbc096eaa74dc630))
7+
18
## [7.6.1](https://github.com/ngageoint/opensphere-build-resolver/compare/v7.6.0...v7.6.1) (2020-10-07)
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.1",
3+
"version": "7.6.2",
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)