From f1b0aaec0c58ca5ef1b8d8a42c52565119ac0ab7 Mon Sep 17 00:00:00 2001 From: Aldarund Date: Wed, 13 Jul 2022 17:47:10 +0300 Subject: [PATCH] chore(release): 1.2.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3da5347..ae438c4 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.3](https://github.com/nuxt-community/applicationinsights-module/compare/v1.2.2...v1.2.3) (2022-07-13) + + +### Bug Fixes + +* support nuxt bridge ([cac29df](https://github.com/nuxt-community/applicationinsights-module/commit/cac29df6bf62aabddc461f54580ed0b912d0c812)) + ### [1.2.2](https://github.com/nuxt-community/applicationinsights-module/compare/v1.2.1...v1.2.2) (2021-06-17) ### [1.2.1](https://github.com/nuxt-community/applicationinsights-module/compare/v1.2.0...v1.2.1) (2020-12-17) diff --git a/package.json b/package.json index 2121256..d7407ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/applicationinsights", - "version": "1.2.2", + "version": "1.2.3", "description": "AppInsights module for Nuxt.js", "repository": "nuxt-community/applicationinsights-module", "license": "MIT",