From dcfc675422ec0990567980db79af0140a4314f10 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 2 Jan 2022 09:18:36 +0000 Subject: [PATCH 1/4] chore(release): 0.2.0 [skip ci] # [0.2.0](https://github.com/VicSolWang/tar-compress-cli/compare/v0.1.1...v0.2.0) (2022-01-02) ### Bug Fixes * change callback to async/await ([b28213c](https://github.com/VicSolWang/tar-compress-cli/commit/b28213c3fb83801e2f8e51316d6a96df64be4c04)) * modify test ([d0ddd78](https://github.com/VicSolWang/tar-compress-cli/commit/d0ddd781e09e7b2e773c7a948888448b05152353)) * modify test ([3dbf4e8](https://github.com/VicSolWang/tar-compress-cli/commit/3dbf4e8353161d2c9834d3b19616b0249f15afc5)) * specify the extensions parameter of the commanddir function as js and ts ([cace382](https://github.com/VicSolWang/tar-compress-cli/commit/cace3827abbc405157584a898369877ffe13dbad)) * update config for commitlint, editor, lintstage, prettier and git ([644c4e0](https://github.com/VicSolWang/tar-compress-cli/commit/644c4e0ea96cf95dfe9ed156dd313569a2378173)) * update eslint config ([8529247](https://github.com/VicSolWang/tar-compress-cli/commit/85292473737453b10388418868b410c51084c20b)) * update node version ([61f11f7](https://github.com/VicSolWang/tar-compress-cli/commit/61f11f7828debeeb1c7f5ac5d85067e0a3cea6f5)) ### Features * add ts config ([5ec3654](https://github.com/VicSolWang/tar-compress-cli/commit/5ec3654d374af809f64d7af0e207f58d6dd29b34)) * add ts test ([432337b](https://github.com/VicSolWang/tar-compress-cli/commit/432337bc621ffd983ebc130aeb37815e8791774f)) * add utils ([16e2257](https://github.com/VicSolWang/tar-compress-cli/commit/16e22573e51204b29a99cd461706b983b7cb3573)) * change trvias ci to github actions and add release config ([dffe388](https://github.com/VicSolWang/tar-compress-cli/commit/dffe3888b1faf8b330a1161b70239e3635b93e31)) --- docs/CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 docs/CHANGELOG.md diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 0000000..da24c48 --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,20 @@ +# [0.2.0](https://github.com/VicSolWang/tar-compress-cli/compare/v0.1.1...v0.2.0) (2022-01-02) + + +### Bug Fixes + +* change callback to async/await ([b28213c](https://github.com/VicSolWang/tar-compress-cli/commit/b28213c3fb83801e2f8e51316d6a96df64be4c04)) +* modify test ([d0ddd78](https://github.com/VicSolWang/tar-compress-cli/commit/d0ddd781e09e7b2e773c7a948888448b05152353)) +* modify test ([3dbf4e8](https://github.com/VicSolWang/tar-compress-cli/commit/3dbf4e8353161d2c9834d3b19616b0249f15afc5)) +* specify the extensions parameter of the commanddir function as js and ts ([cace382](https://github.com/VicSolWang/tar-compress-cli/commit/cace3827abbc405157584a898369877ffe13dbad)) +* update config for commitlint, editor, lintstage, prettier and git ([644c4e0](https://github.com/VicSolWang/tar-compress-cli/commit/644c4e0ea96cf95dfe9ed156dd313569a2378173)) +* update eslint config ([8529247](https://github.com/VicSolWang/tar-compress-cli/commit/85292473737453b10388418868b410c51084c20b)) +* update node version ([61f11f7](https://github.com/VicSolWang/tar-compress-cli/commit/61f11f7828debeeb1c7f5ac5d85067e0a3cea6f5)) + + +### Features + +* add ts config ([5ec3654](https://github.com/VicSolWang/tar-compress-cli/commit/5ec3654d374af809f64d7af0e207f58d6dd29b34)) +* add ts test ([432337b](https://github.com/VicSolWang/tar-compress-cli/commit/432337bc621ffd983ebc130aeb37815e8791774f)) +* add utils ([16e2257](https://github.com/VicSolWang/tar-compress-cli/commit/16e22573e51204b29a99cd461706b983b7cb3573)) +* change trvias ci to github actions and add release config ([dffe388](https://github.com/VicSolWang/tar-compress-cli/commit/dffe3888b1faf8b330a1161b70239e3635b93e31)) diff --git a/package.json b/package.json index 3064ea0..c38fda3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tar-compress-cli", - "version": "0.1.1", + "version": "0.2.0", "description": "Use tar to pack and unpack file", "bin": { "tar-compress-cli": "bin/index.js" From 04cf7c455723c51b0992e1d4d481b9239bcb816b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 2 Jan 2022 09:45:30 +0000 Subject: [PATCH 2/4] chore(release): 0.2.1 [skip ci] ## [0.2.1](https://github.com/VicSolWang/tar-compress-cli/compare/v0.2.0...v0.2.1) (2022-01-02) ### Bug Fixes * update README.md ([fa135f2](https://github.com/VicSolWang/tar-compress-cli/commit/fa135f2c6b9ad35769f44a456d5c0c3ada9fc822)) --- docs/CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index da24c48..fdd0ac5 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.1](https://github.com/VicSolWang/tar-compress-cli/compare/v0.2.0...v0.2.1) (2022-01-02) + + +### Bug Fixes + +* update README.md ([fa135f2](https://github.com/VicSolWang/tar-compress-cli/commit/fa135f2c6b9ad35769f44a456d5c0c3ada9fc822)) + # [0.2.0](https://github.com/VicSolWang/tar-compress-cli/compare/v0.1.1...v0.2.0) (2022-01-02) diff --git a/package.json b/package.json index c38fda3..eff93f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tar-compress-cli", - "version": "0.2.0", + "version": "0.2.1", "description": "Use tar to pack and unpack file", "bin": { "tar-compress-cli": "bin/index.js" From 9f03b806c66e3d95a40d93610929f921a7c6fa41 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 Jan 2022 06:17:32 +0000 Subject: [PATCH 3/4] chore(release): 0.2.2 [skip ci] ## [0.2.2](https://github.com/VicSolWang/tar-compress-cli/compare/v0.2.1...v0.2.2) (2022-01-03) ### Bug Fixes * modify test ([0e45d43](https://github.com/VicSolWang/tar-compress-cli/commit/0e45d430c78bbc657e7b121fc39a9cc80101a8a3)) --- docs/CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index fdd0ac5..64c14bf 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.2](https://github.com/VicSolWang/tar-compress-cli/compare/v0.2.1...v0.2.2) (2022-01-03) + + +### Bug Fixes + +* modify test ([0e45d43](https://github.com/VicSolWang/tar-compress-cli/commit/0e45d430c78bbc657e7b121fc39a9cc80101a8a3)) + ## [0.2.1](https://github.com/VicSolWang/tar-compress-cli/compare/v0.2.0...v0.2.1) (2022-01-02) diff --git a/package.json b/package.json index eff93f1..b876d86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tar-compress-cli", - "version": "0.2.1", + "version": "0.2.2", "description": "Use tar to pack and unpack file", "bin": { "tar-compress-cli": "bin/index.js" From d754f89544c13191896241ca329c9e56dd026b8f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Jan 2022 01:47:30 +0000 Subject: [PATCH 4/4] chore(release): 0.2.3 [skip ci] ## [0.2.3](https://github.com/VicSolWang/tar-compress-cli/compare/v0.2.2...v0.2.3) (2022-01-04) ### Bug Fixes * add arrayUnique function ([d93f564](https://github.com/VicSolWang/tar-compress-cli/commit/d93f564f3fbf2e9830760cc08a26afc7fc4ecac6)) * modify test ([bf1b404](https://github.com/VicSolWang/tar-compress-cli/commit/bf1b404b3fe8d71a933eb4b59dfd2e03b4286a3f)) --- docs/CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 64c14bf..04acc91 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.2.3](https://github.com/VicSolWang/tar-compress-cli/compare/v0.2.2...v0.2.3) (2022-01-04) + + +### Bug Fixes + +* add arrayUnique function ([d93f564](https://github.com/VicSolWang/tar-compress-cli/commit/d93f564f3fbf2e9830760cc08a26afc7fc4ecac6)) +* modify test ([bf1b404](https://github.com/VicSolWang/tar-compress-cli/commit/bf1b404b3fe8d71a933eb4b59dfd2e03b4286a3f)) + ## [0.2.2](https://github.com/VicSolWang/tar-compress-cli/compare/v0.2.1...v0.2.2) (2022-01-03) diff --git a/package.json b/package.json index b876d86..59b18e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tar-compress-cli", - "version": "0.2.2", + "version": "0.2.3", "description": "Use tar to pack and unpack file", "bin": { "tar-compress-cli": "bin/index.js"