diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b9b9af..1bed4f7 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.3.2](https://github.com/moritzsternemann/vue-plausible/compare/v1.3.1...v1.3.2) (2022-07-13) + + +### Bug Fixes + +* hotfix provide for nuxt 3 ([#21](https://github.com/moritzsternemann/vue-plausible/issues/21)) ([1bbb6da](https://github.com/moritzsternemann/vue-plausible/commit/1bbb6da33c44ffb9610bfd7209f8d58fb7232804)) + ### [1.3.1](https://github.com/moritzsternemann/vue-plausible/compare/v1.3.0...v1.3.1) (2021-11-17) ## [1.3.0](https://github.com/moritzsternemann/vue-plausible/compare/v1.2.1...v1.3.0) (2021-11-17) diff --git a/package-lock.json b/package-lock.json index 45e6974..fbef809 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vue-plausible", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vue-plausible", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "dependencies": { "plausible-tracker": "^0.3.4" diff --git a/package.json b/package.json index 40ff2e6..d6d1b52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-plausible", - "version": "1.3.1", + "version": "1.3.2", "description": "Plausible analytics as Vue.js and NuxtJS plugins", "license": "MIT", "author": {