diff --git a/CHANGELOG.md b/CHANGELOG.md index fa47a4f..a171566 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. +### [2.0.7](https://github.com/nuxt-community/applicationinsights-module/compare/v2.0.6...v2.0.7) (2022-10-27) + + +### Bug Fixes + +* properly track ssr request and errors with nitro ([899d935](https://github.com/nuxt-community/applicationinsights-module/commit/899d9358573c37a3f711109783fd64d368271952)) + ### [2.0.6](https://github.com/nuxt-community/applicationinsights-module/compare/v2.0.5...v2.0.6) (2022-10-26) diff --git a/package.json b/package.json index 606088d..4ee27bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/applicationinsights", - "version": "2.0.6", + "version": "2.0.7", "description": "AppInsights module for Nuxt.js", "repository": "nuxt-community/applicationinsights-module", "license": "MIT",