Skip to content

Commit

Permalink
chore(release): 0.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.3](v0.2.2...v0.2.3) (2022-01-04)

### Bug Fixes

* add arrayUnique function ([d93f564](d93f564))
* modify test ([bf1b404](bf1b404))
  • Loading branch information
semantic-release-bot committed Jan 4, 2022
1 parent df06b30 commit d754f89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "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"
Expand Down

0 comments on commit d754f89

Please sign in to comment.