diff options
author | 2024-10-07 06:41:40 -0700 | |
---|---|---|
committer | 2024-10-07 15:41:40 +0200 | |
commit | 46cbf10c4baf0218f83aa741863e044374ea64d1 (patch) | |
tree | a84c0739d4414f3f1d2c54b8879641670174710a /packages/upgrade | |
parent | c87ae80053605848b988984a3b89c29fc22e1d19 (diff) | |
download | astro-@astrojs/vue@4.5.2.tar.gz astro-@astrojs/vue@4.5.2.tar.zst astro-@astrojs/vue@4.5.2.zip |
[ci] release (#12115)create-astro@4.9.1astro@4.15.12@astrojs/vue@4.5.2@astrojs/upgrade@0.3.4@astrojs/svelte@5.7.2@astrojs/db@0.14.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 2156497a7..2cf6c05f6 100644 --- a/packages/upgrade/CHANGELOG.md +++ b/packages/upgrade/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/upgrade +## 0.3.4 + +### Patch Changes + +- [#12118](https://github.com/withastro/astro/pull/12118) [`f47b347`](https://github.com/withastro/astro/commit/f47b347da899c6e1dcd0b2e7887f7fce6ec8e270) Thanks [@Namchee](https://github.com/Namchee)! - Removes the `strip-ansi` dependency in favor of the native Node API + ## 0.3.3 ### Patch Changes diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json index c036f8366..38655068b 100644 --- a/packages/upgrade/package.json +++ b/packages/upgrade/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/upgrade", - "version": "0.3.3", + "version": "0.3.4", "type": "module", "author": "withastro", "license": "MIT", |