Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0](v6.3.0...v7.0.0) (2020-02-03)

### Code Refactoring

* **goog:** update gcc args for 20200112.0.0 ([3e88e07](3e88e07))

### BREAKING CHANGES

* **goog:** This requires Closure Compiler 20200112.0.0, which is
included with [email protected].
  • Loading branch information
semantic-release-bot committed Feb 3, 2020
1 parent eef3678 commit 4ff95f4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [7.0.0](https://github.com/ngageoint/opensphere-build-resolver/compare/v6.3.0...v7.0.0) (2020-02-03)


### Code Refactoring

* **goog:** update gcc args for 20200112.0.0 ([3e88e07](https://github.com/ngageoint/opensphere-build-resolver/commit/3e88e07c3324c95662af0b1091cd94b1fd7668b1))


### BREAKING CHANGES

* **goog:** This requires Closure Compiler 20200112.0.0, which is
included with [email protected].

# [6.3.0](https://github.com/ngageoint/opensphere-build-resolver/compare/v6.2.2...v6.3.0) (2020-01-29)


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": "6.3.0",
"version": "7.0.0",
"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 4ff95f4

Please sign in to comment.