From 321ac9e1d0a916d8e6816f2dd4a4b71d7c7b7f58 Mon Sep 17 00:00:00 2001 From: Carles Mitjans Date: Fri, 19 Apr 2024 12:18:56 +0200 Subject: [PATCH] chore(release): v1.5.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8baa424..f8da165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,33 @@ +## v1.5.0 + +[compare changes](https://github.com/mitjans/nuxt-posthog/compare/v1.4.4...v1.5.0) + +### 🚀 Enhancements + +- Disable setting ([de621d5](https://github.com/mitjans/nuxt-posthog/commit/de621d5)) + +### 🩹 Fixes + +- Partial client posthog configuration ([5790e2c](https://github.com/mitjans/nuxt-posthog/commit/5790e2c)) + +### 📖 Documentation + +- Use new `nuxi module add` command in installation ([ca6a3f4](https://github.com/mitjans/nuxt-posthog/commit/ca6a3f4)) +- Add `disabled` config documentation ([360a2aa](https://github.com/mitjans/nuxt-posthog/commit/360a2aa)) +- Update installation command ([a895169](https://github.com/mitjans/nuxt-posthog/commit/a895169)) + +### 🏡 Chore + +- **release:** V1.4.4 ([b9b1154](https://github.com/mitjans/nuxt-posthog/commit/b9b1154)) +- Update pnpm-lock ([8b40f83](https://github.com/mitjans/nuxt-posthog/commit/8b40f83)) +- Use new eslint flat config ([78c94b4](https://github.com/mitjans/nuxt-posthog/commit/78c94b4)) + +### ❤️ Contributors + +- Carles Mitjans +- Daniel Roe ([@danielroe](http://github.com/danielroe)) + ## v1.4.4 [compare changes](https://github.com/mitjans/nuxt-posthog/compare/v1.4.3...v1.4.4) diff --git a/package.json b/package.json index 3e8c4df..ec2e927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-posthog", - "version": "1.4.4", + "version": "1.5.0", "description": "PostHog module for nuxt", "repository": { "type": "git",