Skip to content

Commit 853f9ce

Browse files
chore(release): 6.2.1 [skip ci]
## [6.2.1](v6.2.0...v6.2.1) (2019-11-26) ### Bug Fixes * **core:** fix typo in alreadyResolved check ([8a183f9](8a183f9))
1 parent 8a183f9 commit 853f9ce

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+
## [6.2.1](https://github.com/ngageoint/opensphere-build-resolver/compare/v6.2.0...v6.2.1) (2019-11-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** fix typo in alreadyResolved check ([8a183f9](https://github.com/ngageoint/opensphere-build-resolver/commit/8a183f9f1bdb5e712d1fe88da4bd571474c9bcf2))
7+
18
# [6.2.0](https://github.com/ngageoint/opensphere-build-resolver/compare/v6.1.3...v6.2.0) (2019-11-25)
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": "6.2.0",
3+
"version": "6.2.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)