Skip to content

Commit

Permalink
chore(release): v2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 9, 2024
1 parent f9debb1 commit 16ffc88
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
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.5.4

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

### 🩹 Fixes

- Respect `nightly` suffix ([de51475](https://github.com/nuxt/telemetry/commit/de51475))
- Regenerate seed if it has been cast to a number ([2a2a650](https://github.com/nuxt/telemetry/commit/2a2a650))

### 📖 Documentation

- Update grammar ([#126](https://github.com/nuxt/telemetry/pull/126))

### 🏡 Chore

- Bump `rc9` dependency ([f9debb1](https://github.com/nuxt/telemetry/commit/f9debb1))

### 🤖 CI

- Run in node 18 ([da0ead0](https://github.com/nuxt/telemetry/commit/da0ead0))

### ❤️ Contributors

- Daniel Roe ([@danielroe](http://github.com/danielroe))
- Michael Brevard <[email protected]>

## v2.5.3

[compare changes](https://github.com/nuxt/telemetry/compare/v2.5.2...v2.5.3)
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.3",
"version": "2.5.4",
"repository": "nuxt/telemetry",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -67,4 +67,4 @@
"vitest": "^1.4.0",
"vue-tsc": "^2.0.11"
}
}
}

0 comments on commit 16ffc88

Please sign in to comment.