Skip to content

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.2.0](v0.1.1...v0.2.0) (2022-01-02)

### Bug Fixes

* change callback to async/await ([b28213c](b28213c))
* modify test ([d0ddd78](d0ddd78))
* modify test ([3dbf4e8](3dbf4e8))
* specify the extensions parameter of the commanddir function as js and ts ([cace382](cace382))
* update config for commitlint, editor, lintstage, prettier and git ([644c4e0](644c4e0))
* update eslint config ([8529247](8529247))
* update node version ([61f11f7](61f11f7))

### Features

* add ts config ([5ec3654](5ec3654))
* add ts test ([432337b](432337b))
* add utils ([16e2257](16e2257))
* change trvias ci to github actions and add release config ([dffe388](dffe388))
  • Loading branch information
semantic-release-bot committed Jan 2, 2022
1 parent 41c5fa6 commit dcfc675
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit dcfc675

Please sign in to comment.