Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 committed Aug 30, 2022
1 parent ea0e635 commit 0ee3b41
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
12 changes: 12 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

1.0.1 / 2022-08-30
==================

**fixes**
* [[`ea0e635`](http://github.com/node-modules/clet/commit/ea0e635759aee55a5b321296e2e50725267ad00d)] - fix: import with ext (#32) (TZ | 天猪 <<[email protected]>>)

**others**
* [[`601e10f`](http://github.com/node-modules/clet/commit/601e10ff593e706c8f70913c520cd4240096d05d)] - test: fix expect at win (TZ <<[email protected]>>)
* [[`7888c38`](http://github.com/node-modules/clet/commit/7888c380eb9c32d1872c63ab7e5b8ad5eb77a280)] - chore: github action workflow_dispatch (TZ <<[email protected]>>)
* [[`735afdb`](http://github.com/node-modules/clet/commit/735afdb7eb04fda8f5351210b3d05fdbd8647019)] - test: fix @vitest/coverage-c8 (#30) (TZ | 天猪 <<[email protected]>>)
* [[`0df1824`](http://github.com/node-modules/clet/commit/0df1824689d7a445b8f9b0a5cf36a687357d7271)] - test: mv jest to vitest (#29) (TZ | 天猪 <<[email protected]>>)

1.0.0 / 2022-06-06
==================

Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clet",
"version": "1.0.0",
"version": "1.0.1",
"description": "Command Line E2E Testing",
"type": "module",
"main": "./lib/runner.js",
Expand Down Expand Up @@ -56,7 +56,10 @@
"jest": true
},
"rules": {
"node/file-extension-in-import": ["error", "always"]
"node/file-extension-in-import": [
"error",
"always"
]
},
"parserOptions": {
"sourceType": "module"
Expand Down

0 comments on commit 0ee3b41

Please sign in to comment.