diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b511d0..e879023 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. +### [1.2.1](https://github.com/nuxt-community/applicationinsights-module/compare/v1.2.0...v1.2.1) (2020-12-17) + + +### Bug Fixes + +* revert wrong code for client appinsights with hardcoded key ([1053d0d](https://github.com/nuxt-community/applicationinsights-module/commit/1053d0da002e901358a9d75a831bcc81dc4bd1f3)) + ## [1.2.0](https://github.com/nuxt-community/applicationinsights-module/compare/v1.1.1...v1.2.0) (2020-12-10) diff --git a/package.json b/package.json index b9ccdaa..f13881e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/applicationinsights", - "version": "1.2.0", + "version": "1.2.1", "description": "AppInsights module for Nuxt.js", "repository": "nuxt-community/applicationinsights-module", "license": "MIT",