Skip to content

Commit

Permalink
chore(release): 7.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.2.0](v7.1.2...v7.2.0) (2020-05-22)

### Features

* **gcc:** allow plugins to libraries to have entry_points ([018990c](018990c))
  • Loading branch information
semantic-release-bot committed May 22, 2020
1 parent 1383b74 commit 2a6d8ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [7.2.0](https://github.com/ngageoint/opensphere-build-resolver/compare/v7.1.2...v7.2.0) (2020-05-22)


### Features

* **gcc:** allow plugins to libraries to have entry_points ([018990c](https://github.com/ngageoint/opensphere-build-resolver/commit/018990cedbb82f8efedb67334346df43080e117c))

## [7.1.2](https://github.com/ngageoint/opensphere-build-resolver/compare/v7.1.1...v7.1.2) (2020-04-22)


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": "7.1.2",
"version": "7.2.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 2a6d8ea

Please sign in to comment.