Skip to content

Commit a9c6ddd

Browse files
committed
release: 3.0.15
1 parent 114da91 commit a9c6ddd

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.0.15](https://github.com/NativeScript/nx/compare/3.0.14...3.0.15) (2022-04-14)
2+
3+
4+
### Bug Fixes
5+
6+
* prevent extra args getting passed to clean target ([114da91](https://github.com/NativeScript/nx/commit/114da91265f8dd6d44904d30a6f68ba1e1e14895))
7+
8+
9+
110
## [3.0.14](https://github.com/NativeScript/nx/compare/3.0.13...3.0.14) (2022-04-02)
211

312

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.14",
3+
"version": "3.0.15",
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.14",
3+
"version": "3.0.15",
44
"description": "NativeScript Plugin for Nx",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)