diff --git a/CHANGELOG.md b/CHANGELOG.md index b18d3af..5fd2f68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +### [5.9.1](https://github.com/JulianMar/nuxt-bugsnag/compare/v5.9.0...v5.9.1) (2023-02-07) + + +### Bug Fixes + +* hook ([50cc73e](https://github.com/JulianMar/nuxt-bugsnag/commit/50cc73e8c6e6b53f04e1b003d2f757d4e577b6e0)) + ## [5.9.0](https://github.com/JulianMar/nuxt-bugsnag/compare/v5.8.0...v5.9.0) (2022-11-11) diff --git a/package-lock.json b/package-lock.json index 4337d62..5152f65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nuxt-bugsnag", - "version": "5.9.0", + "version": "5.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nuxt-bugsnag", - "version": "5.9.0", + "version": "5.9.1", "license": "MIT", "dependencies": { "@bugsnag/js": "^7.16.5", diff --git a/package.json b/package.json index 2146388..a4ee055 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-bugsnag", - "version": "5.9.0", + "version": "5.9.1", "license": "MIT", "type": "module", "repository": {