diff --git a/.changeset/dry-spoons-own.md b/.changeset/dry-spoons-own.md deleted file mode 100644 index d5be5f19..00000000 --- a/.changeset/dry-spoons-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"changesets-gitlab": minor ---- - -feat: add an input to run at a subdirectory of the repo root diff --git a/CHANGELOG.md b/CHANGELOG.md index c53bced7..aa2e2843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # changesets-gitlab +## 0.14.0 + +### Minor Changes + +- [#232](https://github.com/un-ts/changesets-gitlab/pull/232) [`bb1bd87`](https://github.com/un-ts/changesets-gitlab/commit/bb1bd87835045dcd7b272b52c9061e3a2fdb7575) Thanks [@bookchris](https://github.com/bookchris)! - feat: add an input to run at a subdirectory of the repo root + ## 0.13.7 ### Patch Changes diff --git a/package.json b/package.json index fa5c14c2..b0bebc3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "changesets-gitlab", - "version": "0.13.7", + "version": "0.14.0", "type": "module", "repository": "https://github.com/un-ts/changesets-gitlab.git", "author": "JounQin (https://www.1stG.me)",