Skip to content

Commit

Permalink
chore: update version id
Browse files Browse the repository at this point in the history
  • Loading branch information
duruyao committed May 13, 2022
1 parent b70b129 commit 220ca5f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.0.0](https://github.com/duruyao/DockDuck/compare/v0.9.0...v1.0.0) (2022-05-13)


### Bug Fixes

* handle non-word-breaking characters (`:`) in completion words ([b70b129](https://github.com/duruyao/DockDuck/commit/b70b129a7c0f4823f39e489ab84358b864bc19a3)), closes [#3](https://github.com/duruyao/DockDuck/issues/3)



# 0.9.0 (2022-05-13)


Expand Down
2 changes: 1 addition & 1 deletion app/dk
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function info_ln() {

function show_version() {
cat <<EOF
DockDuck v0.9.0 (2022-05-13)
DockDuck v1.0.0 (2022-05-13)
EOF
}

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 220ca5f

Please sign in to comment.