From 2a6d8ea54552cafaffdd795bd2ed500526c2b1b6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 May 2020 15:47:24 +0000 Subject: [PATCH] chore(release): 7.2.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1b2438..e5b4ef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index cbc571d..0a76133 100644 --- a/package.json +++ b/package.json @@ -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"