[ci] release (#3754)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Fred K. Bot 2022-06-28 10:49:15 -07:00 committed by GitHub
parent 507cd5c868
commit b0c1ed1513
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/telemetry': patch
---
Fix issue where project id fallback was not getting hashed

View file

@ -1,5 +1,11 @@
# @astrojs/telemetry
## 0.2.1
### Patch Changes
- [#3753](https://github.com/withastro/astro/pull/3753) [`cabd9dcc`](https://github.com/withastro/astro/commit/cabd9dcc8079b55bf16bf05da53bd36f41b7f766) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fix issue where project id fallback was not getting hashed
## 0.2.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/telemetry",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"types": "./dist/types/index.d.ts",
"author": "withastro",