diff --git a/.changeset/early-badgers-love.md b/.changeset/early-badgers-love.md deleted file mode 100644 index c50c8f13..00000000 --- a/.changeset/early-badgers-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"changesets-gitlab": patch ---- - -fix: use discussion or note API accordingly diff --git a/.changeset/eight-tools-sing.md b/.changeset/eight-tools-sing.md deleted file mode 100644 index 2e3d267f..00000000 --- a/.changeset/eight-tools-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"changesets-gitlab": patch ---- - -fix: comment username could be random - close #145 diff --git a/.changeset/silent-cameras-explain.md b/.changeset/silent-cameras-explain.md deleted file mode 100644 index 2ee1b57d..00000000 --- a/.changeset/silent-cameras-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"changesets-gitlab": patch ---- - -refactor: handle GitLab API error cause details for tracing diff --git a/CHANGELOG.md b/CHANGELOG.md index 47668f73..e559d2e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # changesets-gitlab +## 0.11.5 + +### Patch Changes + +- [#156](https://github.com/un-ts/changesets-gitlab/pull/156) [`3826317`](https://github.com/un-ts/changesets-gitlab/commit/3826317108fc57b0984fca6630e12e56c853d3e6) Thanks [@JounQin](https://github.com/JounQin)! - fix: use discussion or note API accordingly + +- [#156](https://github.com/un-ts/changesets-gitlab/pull/156) [`3826317`](https://github.com/un-ts/changesets-gitlab/commit/3826317108fc57b0984fca6630e12e56c853d3e6) Thanks [@JounQin](https://github.com/JounQin)! - fix: comment username could be random - close #145 + +- [#158](https://github.com/un-ts/changesets-gitlab/pull/158) [`4e02d62`](https://github.com/un-ts/changesets-gitlab/commit/4e02d62dc47182f34318370642d6c202e6ce6700) Thanks [@JounQin](https://github.com/JounQin)! - refactor: handle GitLab API error cause details for tracing + ## 0.11.4 ### Patch Changes diff --git a/package.json b/package.json index ff08ec70..1d008184 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "changesets-gitlab", - "version": "0.11.4", + "version": "0.11.5", "type": "module", "repository": "git+https://github.com/rx-ts/changesets-gitlab.git", "author": "JounQin (https://www.1stG.me) ",