Skip to content

Commit c480129

Browse files
committed
v2.0.1
fix: Added missing src directory.
1 parent 2212d24 commit c480129

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.npmignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,5 @@ node_modules
1515
npm-debug.log
1616
yarn-error.log
1717
scripts
18-
site
19-
src
2018
test
2119
yarn.lock

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v2.0.1 (Jul 6, 2022)
2+
3+
* fix: Added missing `src` directory to distribution. Oops.
4+
15
# v2.0.0 (Jul 6, 2022)
26

37
* BREAKING CHANGE: Require Node.js 14.15.0 LTS or newer.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cli-kit",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Everything you need to create awesome command line interfaces",
55
"type": "module",
66
"exports": "./src/index.js",

0 commit comments

Comments
 (0)