Skip to content

Commit a68444d

Browse files
chore(release): 7.7.0 [skip ci]
# [7.7.0](v7.6.2...v7.7.0) (2021-01-12) ### Features * **es6:** detect es6 modules using goog.declareModuleId ([3b8443f](3b8443f))
1 parent 7297baf commit a68444d

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.7.0](https://github.com/ngageoint/opensphere-build-resolver/compare/v7.6.2...v7.7.0) (2021-01-12)
2+
3+
4+
### Features
5+
6+
* **es6:** detect es6 modules using goog.declareModuleId ([3b8443f](https://github.com/ngageoint/opensphere-build-resolver/commit/3b8443f8612e67943c58058a59d843db7274cb14))
7+
18
## [7.6.2](https://github.com/ngageoint/opensphere-build-resolver/compare/v7.6.1...v7.6.2) (2020-10-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.2",
3+
"version": "7.7.0",
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)