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 6947b1d03..bf9df1bc3 100644 --- a/packages/studio/CHANGELOG.md +++ b/packages/studio/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/studio +## 0.1.3 + +### Patch Changes + +- [#12799](https://github.com/withastro/astro/pull/12799) [`739dbfb`](https://github.com/withastro/astro/commit/739dbfba4214107cf8fc40c702834dad33eed3b0) Thanks [@ascorbic](https://github.com/ascorbic)! - Upgrades Vite to pin esbuild + ## 0.1.2 ### Patch Changes diff --git a/packages/studio/package.json b/packages/studio/package.json index cfacd988f..5d70a94a7 100644 --- a/packages/studio/package.json +++ b/packages/studio/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/studio", - "version": "0.1.2", + "version": "0.1.3", "description": "Internal package powering integrations between Astro projects and Astro Studio", "license": "MIT", "repository": { |