From 6f48591aa8b0c242c8e733087d88dec6e3ea0248 Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Thu, 29 Mar 2018 21:16:03 -0700 Subject: [PATCH] 2.3.2 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0dd91d..7a9c250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 2.3.2 (2018-03-30) +[Compare `@uirouter/publish-scripts` versions 2.3.1 and 2.3.2](https://github.com/ui-router/publish-scripts/compare/2.3.1...2.3.2) + +### Features + +* **test_downstream_projects:** Add command line toggle for yarn workspaces ([a6ce2ce](https://github.com/ui-router/publish-scripts/commit/a6ce2ce)) +* **test_downstream_projects:** Support yarn workspaces ([dc56ebb](https://github.com/ui-router/publish-scripts/commit/dc56ebb)) + + + + ## 2.3.1 (2018-02-07) [Compare `@uirouter/publish-scripts` versions 2.3.0 and 2.3.1](https://github.com/ui-router/publish-scripts/compare/2.3.0...2.3.1) diff --git a/package.json b/package.json index 68366b9..c1f4e00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uirouter/publish-scripts", - "version": "2.3.1", + "version": "2.3.2", "description": "Helper scripts for publishing UI-Router projects", "main": "x", "repository": {