Skip to content

Commit

Permalink
chore: update version id to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duruyao committed May 23, 2022
1 parent 2b9ec5a commit 011f7d8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.0.0](https://github.com/duruyao/goshare/compare/v0.9.0...v1.0.0) (2022-05-23)


### Bug Fixes

* fix error: curl: (18) transfer closed with xxx bytes remaining to read ([de31680](https://github.com/duruyao/goshare/commit/de31680cf5efdf6dadeb8d2ef301188379acb2a9)), closes [#3](https://github.com/duruyao/goshare/issues/3)


### Features

* add the function `VersionSerial` and `FixedUrlPrefix` ([93ea456](https://github.com/duruyao/goshare/commit/93ea456fc5f30584da2d8589e8bbe5fe03e0c165))



# 0.9.0 (2022-05-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.9.0",
"version": "1.0.0",
"devDependencies": {
"cz-conventional-changelog": "^3.3.0"
},
Expand Down

0 comments on commit 011f7d8

Please sign in to comment.