Skip to content

Commit

Permalink
chore(release): v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 9, 2024
1 parent 2aa57c9 commit 2c8f53a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## v2.6.0

[compare changes](https://github.com/nuxt/telemetry/compare/v2.5.4...v2.6.0)

### 🚀 Enhancements

- Use `package-manager-detector` ([a6b67a3](https://github.com/nuxt/telemetry/commit/a6b67a3))

### 📖 Documentation

- Update command for disabling telemetry ([5f79cad](https://github.com/nuxt/telemetry/commit/5f79cad))
- Update telemetry disable command ([#142](https://github.com/nuxt/telemetry/pull/142))

### 🏡 Chore

- Update renovate config ([#135](https://github.com/nuxt/telemetry/pull/135))
- Migrate to eslint v9 ([#137](https://github.com/nuxt/telemetry/pull/137))
- Sort ([fa6307d](https://github.com/nuxt/telemetry/commit/fa6307d))
- Add CODEOWNERS ([2aa57c9](https://github.com/nuxt/telemetry/commit/2aa57c9))

### ❤️ Contributors

- Daniel Roe ([@danielroe](http://github.com/danielroe))
- Flowern <[email protected]>
- Gangan ([@shinGangan](http://github.com/shinGangan))

## v2.5.4

[compare changes](https://github.com/nuxt/telemetry/compare/v2.5.3...v2.5.4)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nuxt/telemetry",
"packageManager": "[email protected]",
"version": "2.5.4",
"version": "2.6.0",
"repository": "nuxt/telemetry",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 2c8f53a

Please sign in to comment.