From 458fc070bfd64c890f4f632a02adaf7e7da0a3e6 Mon Sep 17 00:00:00 2001 From: Moritz Sternemann Date: Thu, 18 Mar 2021 22:52:21 +0100 Subject: [PATCH] chore(release): 1.1.4 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bec883b..7b5bcd3 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.1.4](https://github.com/moritzsternemann/vue-plausible/compare/v1.1.3...v1.1.4) (2021-03-18) + + +### Bug Fixes + +* inject esm plugin in nuxt environment ([#7](https://github.com/moritzsternemann/vue-plausible/issues/7)) ([cd7a3e6](https://github.com/moritzsternemann/vue-plausible/commit/cd7a3e65cabd01b2ee7ed998b358bc4d22764989)) + ### [1.1.3](https://github.com/moritzsternemann/vue-plausible/compare/v1.1.2...v1.1.3) (2021-02-19) ### [1.1.2](https://github.com/moritzsternemann/vue-plausible/compare/v1.1.1...v1.1.2) (2021-01-18) diff --git a/package-lock.json b/package-lock.json index fb6a945..6283b6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-plausible", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index a67d28f..dd2af8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-plausible", - "version": "1.1.3", + "version": "1.1.4", "description": "Plausible analytics as Vue.js and NuxtJS plugins", "license": "MIT", "author": {