From 3a8a4eefabb92e1f4c8fd8141decf2aa94735f95 Mon Sep 17 00:00:00 2001 From: Carles Mitjans Date: Wed, 4 Dec 2024 13:59:15 +0100 Subject: [PATCH] chore(release): v1.6.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06233b3..c49076b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,21 @@ +## v1.6.0 + +[compare changes](https://github.com/mitjans/nuxt-posthog/compare/v1.5.4...v1.6.0) + +### 🚀 Enhancements + +- Allow listening to custom events ([2b44a05](https://github.com/mitjans/nuxt-posthog/commit/2b44a05)) + +### 📖 Documentation + +- Directive custom events ([22f0ab5](https://github.com/mitjans/nuxt-posthog/commit/22f0ab5)) +- Cite vue documentation on using directives with custom components ([fcd7bb0](https://github.com/mitjans/nuxt-posthog/commit/fcd7bb0)) + +### ❤️ Contributors + +- Carles Mitjans + ## v1.5.4 [compare changes](https://github.com/mitjans/nuxt-posthog/compare/v1.5.3...v1.5.4) diff --git a/package.json b/package.json index 927e56e..e4ef6f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-posthog", - "version": "1.5.4", + "version": "1.6.0", "description": "PostHog module for nuxt", "repository": { "type": "git",