diff options
Diffstat (limited to 'packages/upgrade')
-rw-r--r-- | packages/upgrade/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/upgrade/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/upgrade/CHANGELOG.md b/packages/upgrade/CHANGELOG.md index a41d315aa..e99560ff3 100644 --- a/packages/upgrade/CHANGELOG.md +++ b/packages/upgrade/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/upgrade +## 0.4.3 + +### Patch Changes + +- [#12739](https://github.com/withastro/astro/pull/12739) [`1f9571b`](https://github.com/withastro/astro/commit/1f9571b2b9839a5513fe2c03a90ff36235e8efe2) Thanks [@gnify](https://github.com/gnify)! - Updates displayed data to show both source and target versions + ## 0.4.2 ### Patch Changes diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json index ae633f230..9bac1161b 100644 --- a/packages/upgrade/package.json +++ b/packages/upgrade/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/upgrade", - "version": "0.4.2", + "version": "0.4.3", "type": "module", "author": "withastro", "license": "MIT", |