Skip to content

Commit 1992630

Browse files
committed
release: 4.0.1
1 parent 64d405a commit 1992630

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+
## [4.0.1](https://github.com/NativeScript/nativescript-unit-test-runner/compare/v4.0.0...v4.0.1) (2025-12-03)
2+
3+
4+
### Bug Fixes
5+
6+
* use proper ES Module syntax ([#68](https://github.com/NativeScript/nativescript-unit-test-runner/issues/68)) ([64d405a](https://github.com/NativeScript/nativescript-unit-test-runner/commit/64d405a1a0b463b39b3726e64d0bbe1194f87fa0))
7+
8+
9+
110
# [4.0.0](https://github.com/NativeScript/nativescript-unit-test-runner/compare/v3.0.4...v4.0.0) (2025-11-20)
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": "4.0.0",
3+
"version": "4.0.1",
44
"description": "NativeScript unit test runner",
55
"main": "app/main.js",
66
"types": "app/main.d.ts",

0 commit comments

Comments
 (0)