summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/CHANGELOG.md6
-rw-r--r--scripts/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md
index 6c58f8542..64a69307a 100644
--- a/scripts/CHANGELOG.md
+++ b/scripts/CHANGELOG.md
@@ -1,5 +1,11 @@
# astro-scripts
+## 0.0.6
+
+### Patch Changes
+
+- [#3758](https://github.com/withastro/astro/pull/3758) [`660abd3d`](https://github.com/withastro/astro/commit/660abd3deeb3c451ce32d8d0d068ec6290e82d22) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Chore: remove memory test from CI workflow. This causes issues with Vite 3 dependency resolution, and is no longer necessary for testing our compiler.
+
## 0.0.5
### Patch Changes
diff --git a/scripts/package.json b/scripts/package.json
index d9e63f75f..a2bc0e70c 100644
--- a/scripts/package.json
+++ b/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "astro-scripts",
- "version": "0.0.5",
+ "version": "0.0.6",
"private": true,
"type": "module",
"main": "./index.js",