Skip to content

Commit c08ee27

Browse files
committed
release: 3.0.4
1 parent c10f1e4 commit c08ee27

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.0.4](https://github.com/NativeScript/nativescript-unit-test-runner/compare/v3.0.3...v3.0.4) (2022-05-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **log:** fetching error ([#59](https://github.com/NativeScript/nativescript-unit-test-runner/issues/59)) ([c10f1e4](https://github.com/NativeScript/nativescript-unit-test-runner/commit/c10f1e466b92a8f0d61e2db4ffcc6a332878bea3))
7+
8+
9+
110
## [3.0.3](https://github.com/NativeScript/nativescript-unit-test-runner/compare/v3.0.2...v3.0.3) (2022-03-21)
211

312

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/unit-test-runner",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "NativeScript unit test runner",
55
"main": "app/main.js",
66
"types": "app/main.d.ts",
@@ -9,7 +9,7 @@
99
"test": "./makeTestApp.sh",
1010
"postinstall": "node postinstall.js",
1111
"preuninstall": "node preuninstall.js",
12-
"prepack": "npm i --ignore-scripts --legacy-peer-deps && tsc --removeComments --sourceMap false && tsc --removeComments --sourceMap false --project tsconfig.lib.json && tns plugin build",
12+
"prepack": "npm i --ignore-scripts --legacy-peer-deps && tsc --removeComments --sourceMap false && tsc --removeComments --sourceMap false --project tsconfig.lib.json",
1313
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
1414
},
1515
"repository": {

0 commit comments

Comments
 (0)