diff options
author | 2022-06-29 15:11:48 -0700 | |
---|---|---|
committer | 2022-06-29 17:11:48 -0500 | |
commit | 38f2fd7723407a80fbece621be2d4aa95713df7f (patch) | |
tree | be41057191b052d02aa7d68f1a0ce3b56c4297a5 /scripts | |
parent | a99a54d344b225d2deec17322a670844c0682418 (diff) | |
download | astro-@astrojs/telemetry@0.2.2.tar.gz astro-@astrojs/telemetry@0.2.2.tar.zst astro-@astrojs/telemetry@0.2.2.zip |
[ci] release (#3759)astro@1.0.0-beta.59@astrojs/telemetry@0.2.2@astrojs/preact@0.3.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/CHANGELOG.md | 6 | ||||
-rw-r--r-- | scripts/package.json | 2 |
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", |