diff --git a/CHANGELOG.md b/CHANGELOG.md index ffbdf58..06233b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,21 @@ +## v1.5.4 + +[compare changes](https://github.com/mitjans/nuxt-posthog/compare/v1.5.3...v1.5.4) + +### 🩹 Fixes + +- Vue compiler warning using `withDefaults` & reactive prop destructure ([f797438](https://github.com/mitjans/nuxt-posthog/commit/f797438)) + +### 🏡 Chore + +- Update dependencies ([184e49c](https://github.com/mitjans/nuxt-posthog/commit/184e49c)) + +### ❤️ Contributors + +- Carles Mitjans +- Ryan Weston + ## v1.5.3 [compare changes](https://github.com/mitjans/nuxt-posthog/compare/v1.5.2...v1.5.3) diff --git a/package.json b/package.json index 945fbb1..ea9bc20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-posthog", - "version": "1.5.3", + "version": "1.5.4", "description": "PostHog module for nuxt", "repository": { "type": "git",