Skip to content

Commit a02abff

Browse files
committed
Release 1.4.2
1 parent 52e7721 commit a02abff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v1.4.1
3+
## v1.4.2
44

55
- #14 fix non arrow function assignement expression parsing Thanks @yiminghe
66

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-test-gen",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Generator of jest unit test with all imports mocked and tests stub for every class and function exported",
55
"keywords": [
66
"jest",
@@ -21,7 +21,7 @@
2121
"build": "tsc",
2222
"dev": "ts-node ./src/cli.ts",
2323
"test": "jest",
24-
"prepublish": "npm run build"
24+
"prepublishOnly": "npm run build"
2525
},
2626
"repository": {
2727
"type": "git",

0 commit comments

Comments
 (0)