9f067dca27
* 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>
4.8 KiB
4.8 KiB
@astrojs/telemetry
1.0.0
Major Changes
-
04ad44563
- > Astro v1.0 is out! Read the official announcement post.No breaking changes. This package is now officially stable and compatible with
astro@1.0.0
!
0.4.1
Patch Changes
0.4.0
Minor Changes
- #3914
b48767985
Thanks @ran-dall! - Rollback supportednode@16
version. Minimum versions are nownode@14.20.0
ornode@16.14.0
.
0.3.1
Patch Changes
0.3.0
Minor Changes
- #3871
1cc5b7890
Thanks @natemoo-re! - Update supportednode
versions. Minimum versions are nownode@14.20.0
ornode@16.16.0
.
0.2.5
Patch Changes
- #3847
eedb32c7
Thanks @FredKSchott! - Detect package manager, improve types
0.2.4
Patch Changes
- #3822
e4b2dca1
Thanks @FredKSchott! - Fix an issue where handled error output was piped to the user
0.2.3
Patch Changes
0.2.2
Patch Changes
- #3750
dd176ca5
Thanks @FredKSchott! - Add basic error reporting to astro telemetry
0.2.1
Patch Changes
- #3753
cabd9dcc
Thanks @FredKSchott! - Fix issue where project id fallback was not getting hashed
0.2.0
Minor Changes
- #3713
ebd7e7ad
Thanks @FredKSchott! - Update telemetry to support a more anonymized project id.anonymousProjectId
is now hashed based on anonymous git data instead of your git remote URL.
0.1.3
Patch Changes
-
#3614
9c8a7c0b
Thanks @okikio! - Fix telemetry crashing astro build/dev when using optional integrationsTelemetry will now ignore falsy integration values but will gather a count of how many integrations out of the total are now optional integrations
0.1.2
Patch Changes
0.1.1
Patch Changes
- #3276
6d5ef41b
Thanks @FredKSchott! - fix "cannot exit astro" bug