From 5ba584959d2b853db4f95498b9dbca4989e166d4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 3 Jan 2018 21:48:19 +0000 Subject: [PATCH] chore(release): 2.0.2 [skip ci] ## [2.0.2](https://github.com/ngageoint/opensphere-build-resolver/compare/v2.0.1...v2.0.2) (2018-01-03) ### Bug Fixes * **core:** fixed argument list and typo. Also added ability to pass plugins as those are expected ([31254e1](https://github.com/ngageoint/opensphere-build-resolver/commit/31254e1)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6417b45..278aa26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## [2.0.2](https://github.com/ngageoint/opensphere-build-resolver/compare/v2.0.1...v2.0.2) (2018-01-03) + + +### Bug Fixes + +* **core:** fixed argument list and typo. Also added ability to pass plugins as those are expected ([31254e1](https://github.com/ngageoint/opensphere-build-resolver/commit/31254e1)) + ## [2.0.1](https://github.com/ngageoint/opensphere-build-resolver/compare/v2.0.0...v2.0.1) (2018-01-02) diff --git a/package.json b/package.json index 6af79eb..f218db0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensphere-build-resolver", - "version": "2.0.1", + "version": "2.0.2", "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"