Skip to content

Commit b1dc525

Browse files
committed
release: 3.0.2
1 parent 6d6cecc commit b1dc525

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
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.2](https://github.com/NativeScript/nativescript-unit-test-runner/compare/v3.0.1...v3.0.2) (2021-12-11)
2+
3+
4+
### Features
5+
6+
* disable aot build for angular (use jit instead) ([#56](https://github.com/NativeScript/nativescript-unit-test-runner/issues/56)) ([6d6cecc](https://github.com/NativeScript/nativescript-unit-test-runner/commit/6d6ceccc88af1881cdf645aca190e5131077da21))
7+
8+
9+
110
## [3.0.1](https://github.com/NativeScript/nativescript-unit-test-runner/compare/v3.0.0...v3.0.1) (2021-11-28)
211

312

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/unit-test-runner",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "NativeScript unit test runner",
55
"main": "app/main.js",
66
"types": "app/main.d.ts",

0 commit comments

Comments
 (0)