From ad6e494d00a5e93ac6597cf48b578163009cf890 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Jan 2018 17:25:13 +0000 Subject: [PATCH] chore(release): 2.1.1 [skip ci] ## [2.1.1](https://github.com/ngageoint/opensphere-build-resolver/compare/v2.1.0...v2.1.1) (2018-01-11) ### Bug Fixes * **symlinks:** Allow detecting symlinks. Yarn roadblocks have been resolved. ([909aade](https://github.com/ngageoint/opensphere-build-resolver/commit/909aade)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 438852d..cd601ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## [2.1.1](https://github.com/ngageoint/opensphere-build-resolver/compare/v2.1.0...v2.1.1) (2018-01-11) + + +### Bug Fixes + +* **symlinks:** Allow detecting symlinks. Yarn roadblocks have been resolved. ([909aade](https://github.com/ngageoint/opensphere-build-resolver/commit/909aade)) + # [2.1.0](https://github.com/ngageoint/opensphere-build-resolver/compare/v2.0.2...v2.1.0) (2018-01-05) diff --git a/package.json b/package.json index 3f37a45..11d102d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensphere-build-resolver", - "version": "2.1.0", + "version": "2.1.1", "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"