diff options
Diffstat (limited to '')
-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 c25549228..f8d301b65 100644 --- a/packages/studio/CHANGELOG.md +++ b/packages/studio/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/studio +## 0.1.6 + +### Patch Changes + +- [#13526](https://github.com/withastro/astro/pull/13526) [`ff9d69e`](https://github.com/withastro/astro/commit/ff9d69e3443c80059c54f6296d19f66bb068ead3) Thanks [@jsparkdev](https://github.com/jsparkdev)! - update `vite` to the latest version + ## 0.1.5 ### Patch Changes diff --git a/packages/studio/package.json b/packages/studio/package.json index 622d8ffd1..722fa906b 100644 --- a/packages/studio/package.json +++ b/packages/studio/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/studio", - "version": "0.1.5", + "version": "0.1.6", "description": "Internal package powering integrations between Astro projects and Astro Studio", "license": "MIT", "repository": { |