From e245972e63eaf5b7ecdebe19168f2a00bdff579a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 11:37:28 +0100 Subject: [PATCH] Version Packages (#351) Co-authored-by: github-actions[bot] --- .changeset/kind-sheep-grab.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/kind-sheep-grab.md diff --git a/.changeset/kind-sheep-grab.md b/.changeset/kind-sheep-grab.md deleted file mode 100644 index f7fbfad8..00000000 --- a/.changeset/kind-sheep-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": patch ---- - -Bump the used node.js from 16 to 20 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb3a63f..d77f272c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @changesets/action +## 1.4.6 + +### Patch Changes + +- [#350](https://github.com/changesets/action/pull/350) [`9385be9`](https://github.com/changesets/action/commit/9385be9e757839189ea5ee63ec4e3caa8a6ca71b) Thanks [@m-shaka](https://github.com/m-shaka)! - Bump the used node.js from 16 to 20 + ## 1.4.5 ### Patch Changes diff --git a/package.json b/package.json index 06e4d081..30809502 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/action", - "version": "1.4.5", + "version": "1.4.6", "main": "dist/index.js", "license": "MIT", "devDependencies": {