diff --git a/.changeset/five-ravens-worry.md b/.changeset/five-ravens-worry.md deleted file mode 100644 index 3230a93a..00000000 --- a/.changeset/five-ravens-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"changesets-gitlab": patch ---- - -fix: deprecation warning in the `comment` command diff --git a/CHANGELOG.md b/CHANGELOG.md index e4f2b8b7..ebf62cba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # changesets-gitlab +## 0.11.1 + +### Patch Changes + +- [#143](https://github.com/un-ts/changesets-gitlab/pull/143) [`40818dd`](https://github.com/un-ts/changesets-gitlab/commit/40818dddbe6794ca5a76d9373544c7710a300995) Thanks [@alan910127](https://github.com/alan910127)! - fix: deprecation warning in the `comment` command + ## 0.11.0 ### Minor Changes diff --git a/package.json b/package.json index eb775edf..ab01d70c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "changesets-gitlab", - "version": "0.11.0", + "version": "0.11.1", "type": "module", "repository": "git+https://github.com/rx-ts/changesets-gitlab.git", "author": "JounQin (https://www.1stG.me) ",