summaryrefslogtreecommitdiff
path: root/packages/studio
diff options
context:
space:
mode:
Diffstat (limited to 'packages/studio')
-rw-r--r--packages/studio/CHANGELOG.md6
-rw-r--r--packages/studio/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/studio/CHANGELOG.md b/packages/studio/CHANGELOG.md
index 35e5c5246..d9876af2b 100644
--- a/packages/studio/CHANGELOG.md
+++ b/packages/studio/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/studio
+## 0.1.9
+
+### Patch Changes
+
+- [#13731](https://github.com/withastro/astro/pull/13731) [`c3e80c2`](https://github.com/withastro/astro/commit/c3e80c25b90c803e2798b752583a8e77cdad3146) Thanks [@jsparkdev](https://github.com/jsparkdev)! - update vite to latest version for fixing CVE
+
## 0.1.8
### Patch Changes
diff --git a/packages/studio/package.json b/packages/studio/package.json
index 7316c8b91..646bb77b1 100644
--- a/packages/studio/package.json
+++ b/packages/studio/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/studio",
- "version": "0.1.8",
+ "version": "0.1.9",
"description": "Internal package powering integrations between Astro projects and Astro Studio",
"license": "MIT",
"repository": {