diff --git a/.changeset/pre.json b/.changeset/pre.json index 9ca2eee..51e72c6 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -4,5 +4,5 @@ "initialVersions": { "@changesets/ghcommit": "2.1.1" }, - "changesets": [] + "changesets": ["afraid-forks-develop", "chatty-kiwis-fold", "lazy-jokes-camp"] } diff --git a/CHANGELOG.md b/CHANGELOG.md index b994c6e..a918b23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @changesets/ghcommit +## 3.0.0-next.0 + +### Major Changes + +- [#91](https://github.com/changesets/ghcommit/pull/91) [`9ac746d`](https://github.com/changesets/ghcommit/commit/9ac746d10c551f0e167aa88e87346378860a8270) Thanks [@bluwy](https://github.com/bluwy)! - Remove `queries` export from index. You should not rely on these queries as stable APIs. + +- [#89](https://github.com/changesets/ghcommit/pull/89) [`e34689e`](https://github.com/changesets/ghcommit/commit/e34689e5f5a9334fcae2c714655fc4a0d1ccf154) Thanks [@bluwy](https://github.com/bluwy)! - Add `"engines"` field for explicit node version support. The supported node versions are `^22.11 || ^24 || >=26`. + +- [#88](https://github.com/changesets/ghcommit/pull/88) [`19ea73a`](https://github.com/changesets/ghcommit/commit/19ea73a1643cba9fd8de3583c895f1d95725cd01) Thanks [@bluwy](https://github.com/bluwy)! - Publish code as ESM only + ## 2.1.1 ### Patch Changes diff --git a/package.json b/package.json index b8a53d5..579ecaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/ghcommit", - "version": "2.1.1", + "version": "3.0.0-next.0", "description": "Directly change files on github using the github API, to support GPG signing", "keywords": [ "actions",