Skip to content

Commit 37e97d0

Browse files
committed
release: 3.0.10
1 parent cf6a614 commit 37e97d0

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
## [3.0.9](https://github.com/NativeScript/nx/compare/3.0.8...3.0.10) (2022-01-28)
1+
## [3.0.10](https://github.com/NativeScript/nx/compare/3.0.9...3.0.10) (2022-02-11)
2+
3+
4+
### Features
5+
6+
* allow extra cli flags to be passed to unit testing executor ([cf6a614](https://github.com/NativeScript/nx/commit/cf6a614f7a514e289425f09611c2d28de8c37a45))
7+
8+
9+
10+
## [3.0.9](https://github.com/NativeScript/nx/compare/3.0.8...3.0.9) (2022-01-28)
211

312

413
### Features

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

0 commit comments

Comments
 (0)