From 67f528be802182b68d691d4ae12c535c1a567cee Mon Sep 17 00:00:00 2001 From: atao Date: Tue, 29 Jun 2021 13:44:10 +0200 Subject: [PATCH] fix: fix changelog error and default version in make.sh --- CHANGELOG.md | 2 +- make.sh | 2 +- package-lock.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0246114..64e6c78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/make.sh b/make.sh index a1e7363..8dbba91 100755 --- a/make.sh +++ b/make.sh @@ -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 diff --git a/package-lock.json b/package-lock.json index 436fa10..cb2bbab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6057,7 +6057,7 @@ "object-assign": "^4.0.1", "read-pkg-up": "^1.0.1", "redent": "^1.0.0", - "trim-newlines": "^1.0.0" + "trim-newlines": "3.0.1" }, "dependencies": { "trim-newlines": { @@ -7291,7 +7291,7 @@ "normalize-package-data": "^3.0.0", "read-pkg-up": "^7.0.1", "redent": "^3.0.0", - "trim-newlines": "^3.0.0", + "trim-newlines": "3.0.1", "type-fest": "^0.18.0", "yargs-parser": "^20.2.3" }, @@ -10107,4 +10107,4 @@ "dev": true } } -} +} \ No newline at end of file