From 96ac76d2d6c855e2757407e92fb1eeaa90d833d4 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Sun, 22 May 2022 16:37:30 -0700 Subject: [PATCH] release: 14.0.1 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dfdcac7..5190c8b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [14.0.1](https://github.com/nstudio/xplat/compare/13.4.3...14.0.1) (2022-05-22) + + +### Features + +* Nx 14.1, {N} 8.2 + latest angular 13.3 ([#309](https://github.com/nstudio/xplat/issues/309)) ([d3797ce](https://github.com/nstudio/xplat/commit/d3797ce108fb90c3d22b309ed70f6381364968e8)) + + + ## [13.4.3](https://github.com/nstudio/xplat/compare/13.4.2...13.4.3) (2022-01-27) diff --git a/README.md b/README.md index 8a832d86..d3a2da0b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ nx g app **NOTE:** If you encounter any issue, you can try creating an Nx workspace with version specified, for example: ``` -npx create-nx-workspace@13.9.5 +npx create-nx-workspace@14.1.7 ``` ## App generation examples diff --git a/package.json b/package.json index 1facb169..c3f9ee66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nstudio/xplat-source", - "version": "13.4.3", + "version": "14.0.1", "description": "Cross-platform (xplat) tools for Nx workspaces.", "homepage": "https://nstudio.io/xplat", "private": true,