Skip to content

Commit

Permalink
chore(release): v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 1, 2023
1 parent db5b92a commit 9e0a5f9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.5.1

[compare changes](https://github.com/nuxt/telemetry/compare/v2.5.0...v2.5.1)

### 🔥 Performance

- Remove unnecessary dependencies ([#114](https://github.com/nuxt/telemetry/pull/114))

### 🏡 Chore

- Adopt new module-builder prepare mode ([#115](https://github.com/nuxt/telemetry/pull/115))

### ❤️ Contributors

- Daniel Roe <[email protected]>
- Anthony Fu <[email protected]>

## v2.5.0

[compare changes](https://github.com/nuxt/telemetry/compare/v2.4.1...v2.5.0)
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "2.5.1",
"repository": "nuxt/telemetry",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -62,4 +62,4 @@
"nuxt": "^3.7.4",
"vitest": "^0.34.6"
}
}
}

0 comments on commit 9e0a5f9

Please sign in to comment.