diff --git a/CHANGELOG.md b/CHANGELOG.md index 65f61b5..64277a1 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.2](https://github.com/nuxt-community/applicationinsights-module/compare/v2.0.1...v2.0.2) (2022-08-31) + + +### Bug Fixes + +* properly set config so it dont complain about invalid key on server ([132557a](https://github.com/nuxt-community/applicationinsights-module/commit/132557a106ec18284dd0cea93c0e1d0c5129023a)) + ### [2.0.1](https://github.com/nuxt-community/applicationinsights-module/compare/v2.0.0...v2.0.1) (2022-08-30) ## [2.0.0](https://github.com/nuxt-community/applicationinsights-module/compare/v1.2.3...v2.0.0) (2022-08-30) diff --git a/package.json b/package.json index ac01072..eb6e83a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/applicationinsights", - "version": "2.0.1", + "version": "2.0.2", "description": "AppInsights module for Nuxt.js", "repository": "nuxt-community/applicationinsights-module", "license": "MIT",