diff --git a/.changeset/curvy-lies-walk.md b/.changeset/curvy-lies-walk.md deleted file mode 100644 index 8cc4325..0000000 --- a/.changeset/curvy-lies-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/ghcommit": patch ---- - -Fixed an issue that caused GitHub types being bundled into the package and thus creating type incompatibilities in the dependent projects. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a1e64d..b994c6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @changesets/ghcommit +## 2.1.1 + +### Patch Changes + +- [#81](https://github.com/changesets/ghcommit/pull/81) [`b425407`](https://github.com/changesets/ghcommit/commit/b425407fb483a6d7ce196614ef6c37142843bd43) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue that caused GitHub types being bundled into the package and thus creating type incompatibilities in the dependent projects. + ## 2.1.0 ### Minor Changes diff --git a/package.json b/package.json index af65968..d538180 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/ghcommit", - "version": "2.1.0", + "version": "2.1.1", "description": "Directly change files on github using the github API, to support GPG signing", "keywords": [ "actions",