diff options
Diffstat (limited to 'packages/upgrade')
-rw-r--r-- | packages/upgrade/CHANGELOG.md | 10 | ||||
-rw-r--r-- | packages/upgrade/package.json | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/packages/upgrade/CHANGELOG.md b/packages/upgrade/CHANGELOG.md index 251294b6f..56cfc202c 100644 --- a/packages/upgrade/CHANGELOG.md +++ b/packages/upgrade/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/upgrade +## 0.4.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 + +### Patch Changes + +- [#12577](https://github.com/withastro/astro/pull/12577) [`b139390`](https://github.com/withastro/astro/commit/b139390deb738f96759cb787fe9e784be71f2134) Thanks [@apatel369](https://github.com/apatel369)! - Fixes an issue where `@astrojs/upgrade` announces integration updates for already up to date packages + ## 0.4.0-beta.0 ### Minor Changes diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json index 6fdd3f1f5..4496d2b53 100644 --- a/packages/upgrade/package.json +++ b/packages/upgrade/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/upgrade", - "version": "0.4.0-beta.0", + "version": "0.4.0", "type": "module", "author": "withastro", "license": "MIT", |