summaryrefslogtreecommitdiff
path: root/packages/telemetry
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-10-05 03:10:06 -0700
committerGravatar GitHub <noreply@github.com> 2023-10-05 11:10:06 +0100
commit584d6f068003c5f1d3cb6c04a69c7a33db0b4f11 (patch)
treebe38c6880862c4304c885fc7a88c0640ab34383e /packages/telemetry
parent78adbc4433208458291e36713909762e148e1e5d (diff)
downloadastro-584d6f068003c5f1d3cb6c04a69c7a33db0b4f11.tar.gz
astro-584d6f068003c5f1d3cb6c04a69c7a33db0b4f11.tar.zst
astro-584d6f068003c5f1d3cb6c04a69c7a33db0b4f11.zip
[ci] release (#8738)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 9b3f41b2b..21cea4955 100644
--- a/packages/telemetry/CHANGELOG.md
+++ b/packages/telemetry/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/telemetry
+## 3.0.3
+
+### Patch Changes
+
+- [#8737](https://github.com/withastro/astro/pull/8737) [`6f60da805`](https://github.com/withastro/astro/commit/6f60da805e0014bc50dd07bef972e91c73560c3c) Thanks [@ematipico](https://github.com/ematipico)! - Add provenance statement when publishing the library from CI
+
+- [#8729](https://github.com/withastro/astro/pull/8729) [`21e0757ea`](https://github.com/withastro/astro/commit/21e0757ea22a57d344c934045ca19db93b684436) Thanks [@lilnasy](https://github.com/lilnasy)! - Removed an unnecessary dependency.
+
## 3.0.2
### Patch Changes
diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json
index 5593bce47..e0230b9d5 100644
--- a/packages/telemetry/package.json
+++ b/packages/telemetry/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/telemetry",
- "version": "3.0.2",
+ "version": "3.0.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",