summaryrefslogtreecommitdiff
path: root/packages/telemetry
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2022-08-09 11:10:25 -0500
committerGravatar GitHub <noreply@github.com> 2022-08-09 11:10:25 -0500
commit9f067dca27ba539c274ad282b744bafff684da81 (patch)
treecbaaf1218dec58835330cbc268ebbf5baff2ea08 /packages/telemetry
parent63d43e175453b946e2460f46af581384b77cee23 (diff)
downloadastro-9f067dca27ba539c274ad282b744bafff684da81.tar.gz
astro-9f067dca27ba539c274ad282b744bafff684da81.tar.zst
astro-9f067dca27ba539c274ad282b744bafff684da81.zip
Astro 1.0.0 (#4214)
* chore: remove changesets patch * chore: add changesets * chore: version packages * chore: normalize formatting * chore: update lockfile * chore: fix codeblocks * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * chore: fixup code samples * chore: move v0.25 message out of note Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Diffstat (limited to 'packages/telemetry')
-rw-r--r--packages/telemetry/CHANGELOG.md8
-rw-r--r--packages/telemetry/package.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/telemetry/CHANGELOG.md b/packages/telemetry/CHANGELOG.md
index 6dc4ea56e..e632bd87d 100644
--- a/packages/telemetry/CHANGELOG.md
+++ b/packages/telemetry/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/telemetry
+## 1.0.0
+
+### Major Changes
+
+- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
+
+ **No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`!
+
## 0.4.1
### Patch Changes
diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json
index 67971f843..6faa09098 100644
--- a/packages/telemetry/package.json
+++ b/packages/telemetry/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/telemetry",
- "version": "0.4.1",
+ "version": "1.0.0",
"type": "module",
"types": "./dist/types/index.d.ts",
"author": "withastro",