diff --git a/.changeset/tall-flowers-fry.md b/.changeset/tall-flowers-fry.md deleted file mode 100644 index 25ae8aa3..00000000 --- a/.changeset/tall-flowers-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": minor ---- - -Upgrade from Node.js 20 to Node.js 24 LTS \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b02a3f8..cce5f4cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @changesets/action +## 1.6.0 + +### Minor Changes + +- [#558](https://github.com/changesets/action/pull/558) [`342005d`](https://github.com/changesets/action/commit/342005d41242bccd9dd9ae8d3679efce96af48ae) Thanks [@harsha-venugopal-ledn](https://github.com/harsha-venugopal-ledn)! - Upgrade from Node.js 20 to Node.js 24 LTS + ## 1.5.3 ### Patch Changes diff --git a/package.json b/package.json index 3682e583..7d4a7e1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/action", - "version": "1.5.3", + "version": "1.6.0", "main": "dist/index.js", "type": "module", "license": "MIT",