summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-06-29 15:11:48 -0700
committerGravatar GitHub <noreply@github.com> 2022-06-29 17:11:48 -0500
commit38f2fd7723407a80fbece621be2d4aa95713df7f (patch)
treebe41057191b052d02aa7d68f1a0ce3b56c4297a5 /scripts
parenta99a54d344b225d2deec17322a670844c0682418 (diff)
downloadastro-@astrojs/telemetry@0.2.2.tar.gz
astro-@astrojs/telemetry@0.2.2.tar.zst
astro-@astrojs/telemetry@0.2.2.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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",