Skip to content

Commit

Permalink
chore(release): 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianMar committed Oct 3, 2024
1 parent 46a37c8 commit a6cd49e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [8.0.0](https://github.com/JulianMar/nuxt-bugsnag/compare/v7.4.0-beta.0...v8.0.0) (2024-10-03)


### ⚠ BREAKING CHANGES

* update to bugsnag 8.0

### Features

* add documentation ([7b40d06](https://github.com/JulianMar/nuxt-bugsnag/commit/7b40d0663464eef06a8933415113b80dc01b484c))
* update to bugsnag 8.0 ([46a37c8](https://github.com/JulianMar/nuxt-bugsnag/commit/46a37c8334c24669ff3b47cf0750e664b30044bc))

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


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.4.0-beta.0",
"version": "8.0.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 --prerelease beta && git push --follow-tags && npm publish",
"release": "standard-version && git push --follow-tags && npm publish",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch",
Expand Down

0 comments on commit a6cd49e

Please sign in to comment.