Skip to content

Commit

Permalink
fix: fix changelog error and default version in make.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
atao60 committed Jun 29, 2021
1 parent b4bbe3a commit 67f528b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file. See [standa

### build

* **esm:** migrate to ES Modules ([f4a0e7b](https://github.com/atao60/fse-cli/commit/f4a0e7b17cd2427799885529dc098aabde925c2c)), closes [jprichardson/node-fs-extra#746](https://github.com/jprichardson/node-fs-extra/issues/746)
* **esm:** migrate to ES Modules ([f4a0e7b](https://github.com/atao60/fse-cli/commit/f4a0e7b17cd2427799885529dc098aabde925c2c))

### [0.0.63](https://github.com/atao60/fse-cli/compare/v0.0.62...v0.0.63) (2021-06-29)

Expand Down
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CWD=$(cd $(dirname $0); pwd)
MAKE=$0
OWNER=atao60
NAME=fse-cli
VERSION=${2:-10.15.3}
VERSION=${2:-12.20.0}
ALL_MAIN_VERSIONS="12 14 15 16"

TEST_IMAGE_NAME=$OWNER/$NAME-test
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 67f528b

Please sign in to comment.