diff --git a/.changeset/angry-phones-poke.md b/.changeset/angry-phones-poke.md deleted file mode 100644 index 74f1b30f..00000000 --- a/.changeset/angry-phones-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"changesets-gitlab": patch ---- - -fix: detect `git_push_create_all_pipelines` feature flag correctly diff --git a/.changeset/silly-mugs-prove.md b/.changeset/silly-mugs-prove.md deleted file mode 100644 index 1522a9ad..00000000 --- a/.changeset/silly-mugs-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"changesets-gitlab": patch ---- - -fix: legacy `types` should point to `.d.cts` instead diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ae5459c..93a2255b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # changesets-gitlab +## 0.13.2 + +### Patch Changes + +- [#214](https://github.com/un-ts/changesets-gitlab/pull/214) [`b69af62`](https://github.com/un-ts/changesets-gitlab/commit/b69af627480e11ed0d8b11fcdcac122566e6f3e0) Thanks [@JounQin](https://github.com/JounQin)! - fix: detect `git_push_create_all_pipelines` feature flag correctly + +- [#214](https://github.com/un-ts/changesets-gitlab/pull/214) [`b69af62`](https://github.com/un-ts/changesets-gitlab/commit/b69af627480e11ed0d8b11fcdcac122566e6f3e0) Thanks [@JounQin](https://github.com/JounQin)! - fix: legacy `types` should point to `.d.cts` instead + ## 0.13.1 ### Patch Changes diff --git a/package.json b/package.json index b5c5795b..2470304a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "changesets-gitlab", - "version": "0.13.1", + "version": "0.13.2", "type": "module", "repository": "https://github.com/un-ts/changesets-gitlab.git", "author": "JounQin (https://www.1stG.me)",