From 218267c0b318fb77736129f657c6c4da53abf64d Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Wed, 27 Nov 2024 06:34:47 -0800 Subject: [ci] release (beta) (#12534) Co-authored-by: github-actions[bot] --- packages/upgrade/CHANGELOG.md | 6 ++++++ packages/upgrade/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'packages/upgrade') diff --git a/packages/upgrade/CHANGELOG.md b/packages/upgrade/CHANGELOG.md index 2cf6c05f6..251294b6f 100644 --- a/packages/upgrade/CHANGELOG.md +++ b/packages/upgrade/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/upgrade +## 0.4.0-beta.0 + +### Minor Changes + +- [#12539](https://github.com/withastro/astro/pull/12539) [`827093e`](https://github.com/withastro/astro/commit/827093e6175549771f9d93ddf3f2be4c2c60f0b7) Thanks [@bluwy](https://github.com/bluwy)! - Drops node 21 support + ## 0.3.4 ### Patch Changes diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json index cde55ca81..6fdd3f1f5 100644 --- a/packages/upgrade/package.json +++ b/packages/upgrade/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/upgrade", - "version": "0.3.4", + "version": "0.4.0-beta.0", "type": "module", "author": "withastro", "license": "MIT", -- cgit v1.2.3