diff options
Diffstat (limited to 'packages/studio')
-rw-r--r-- | packages/studio/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/studio/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/studio/CHANGELOG.md b/packages/studio/CHANGELOG.md index bf9df1bc3..c6a9eacf7 100644 --- a/packages/studio/CHANGELOG.md +++ b/packages/studio/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/studio +## 0.1.4 + +### Patch Changes + +- [#13011](https://github.com/withastro/astro/pull/13011) [`cf30880`](https://github.com/withastro/astro/commit/cf3088060d45227dcb48e041c4ed5e0081d71398) Thanks [@ascorbic](https://github.com/ascorbic)! - Upgrades Vite + ## 0.1.3 ### Patch Changes diff --git a/packages/studio/package.json b/packages/studio/package.json index 7bd37b4cf..f995208cb 100644 --- a/packages/studio/package.json +++ b/packages/studio/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/studio", - "version": "0.1.3", + "version": "0.1.4", "description": "Internal package powering integrations between Astro projects and Astro Studio", "license": "MIT", "repository": { |