From 41a8c8ede655da7bb643eaef4f80fd598ee34b0f Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Mon, 2 Dec 2019 12:40:03 -0800 Subject: [PATCH] chore(build): 8.0.15 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02a84d86..f15d50ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [8.0.15](https://github.com/nstudio/xplat/compare/8.0.13...8.0.15) (2019-12-02) + + +### Bug Fixes + +* **generators:** feature now properly supports groupByName workspaces ([fb8d096](https://github.com/nstudio/xplat/commit/fb8d096)) + + + ## [8.0.13](https://github.com/nstudio/xplat/compare/8.0.11...8.0.13) (2019-11-24) diff --git a/package.json b/package.json index f7794cf0..654fe98e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nstudio/xplat-source", - "version": "8.0.14", + "version": "8.0.15", "description": "Cross-platform (xplat) tools for Nx workspaces.", "homepage": "https://nstudio.io/xplat", "private": true,