Skip to content

Commit

Permalink
chore(release): v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 18, 2023
1 parent f38eec4 commit 0ff6e48
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
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.0

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

### 🚀 Enhancements

- Expose hooks for extensibility ([#111](https://github.com/nuxt/telemetry/pull/111))

### 🏡 Chore

- Migrate to `changelogen` ([f38eec4](https://github.com/nuxt/telemetry/commit/f38eec4))

### ❤️ Contributors

- Daniel Roe <daniel@roe.dev>
- Anthony Fu <anthonyfu117@hotmail.com>

### [2.4.1](https://github.com/nuxt/telemetry/compare/v2.4.0...v2.4.1) (2023-08-10)


Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@nuxt/telemetry",
"packageManager": "pnpm@8.7.6",
"version": "2.4.1",
"version": "2.5.0",
"repository": "nuxt/telemetry",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -66,4 +66,4 @@
"nuxt": "^3.7.3",
"vitest": "^0.34.4"
}
}
}

0 comments on commit 0ff6e48

Please sign in to comment.