Skip to content

Commit 0b5fb77

Browse files
committed
release: 4.0.0
1 parent aa0be0b commit 0b5fb77

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [4.0.0](https://github.com/NativeScript/nx/compare/3.0.18...4.0.0) (2022-06-15)
2+
3+
4+
### Bug Fixes
5+
6+
* add quotes to file replacement switch ([#54](https://github.com/NativeScript/nx/issues/54)) ([25513fc](https://github.com/NativeScript/nx/commit/25513fc786889c6e8e91373efe2baa8a0ce5367d))
7+
8+
9+
### Features
10+
11+
* nx latest with Angular 14 support ([#55](https://github.com/NativeScript/nx/issues/55)) ([aa0be0b](https://github.com/NativeScript/nx/commit/aa0be0b1088949f9d441714f08041f31fc90f420))
12+
13+
14+
115
## [3.0.18](https://github.com/NativeScript/nx/compare/3.0.17...3.0.18) (2022-05-23)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-nx-plugins",
3-
"version": "3.0.18",
3+
"version": "4.0.0",
44
"license": "MIT",
55
"scripts": {
66
"nx": "nx",

packages/nx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/nx",
3-
"version": "3.0.18",
3+
"version": "4.0.0",
44
"description": "NativeScript Plugin for Nx",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)