Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
fix: Added missing src directory.
  • Loading branch information
cb1kenobi committed Jul 6, 2022
1 parent 2212d24 commit c480129
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ node_modules
npm-debug.log
yarn-error.log
scripts
site
src
test
yarn.lock
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v2.0.1 (Jul 6, 2022)

* fix: Added missing `src` directory to distribution. Oops.

# v2.0.0 (Jul 6, 2022)

* BREAKING CHANGE: Require Node.js 14.15.0 LTS or newer.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cli-kit",
"version": "2.0.0",
"version": "2.0.1",
"description": "Everything you need to create awesome command line interfaces",
"type": "module",
"exports": "./src/index.js",
Expand Down

0 comments on commit c480129

Please sign in to comment.