Skip to content

Commit

Permalink
Release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
egm0121 committed Dec 20, 2022
1 parent 52e7721 commit a02abff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v1.4.1
## v1.4.2

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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-test-gen",
"version": "1.4.1",
"version": "1.4.2",
"description": "Generator of jest unit test with all imports mocked and tests stub for every class and function exported",
"keywords": [
"jest",
Expand All @@ -21,7 +21,7 @@
"build": "tsc",
"dev": "ts-node ./src/cli.ts",
"test": "jest",
"prepublish": "npm run build"
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a02abff

Please sign in to comment.