Skip to content

Commit

Permalink
chore(release): 7.4.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianMar committed Aug 23, 2024
1 parent ec89c6c commit cf23bb0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [7.4.0-beta.0](https://github.com/JulianMar/nuxt-bugsnag/compare/v7.3.0...v7.4.0-beta.0) (2024-08-23)


### Features

* add performance ([ec89c6c](https://github.com/JulianMar/nuxt-bugsnag/commit/ec89c6c5a3813c2edd83ea19f1ba69b3585a6d85))

## [7.3.0](https://github.com/JulianMar/nuxt-bugsnag/compare/v7.2.3...v7.3.0) (2024-04-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-bugsnag",
"version": "7.3.0",
"version": "7.4.0-beta.0",
"license": "MIT",
"type": "module",
"repository": {
Expand All @@ -27,7 +27,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "standard-version && git push --follow-tags && npm publish",
"release": "standard-version --prerelease beta && git push --follow-tags && npm publish",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch",
Expand Down

0 comments on commit cf23bb0

Please sign in to comment.