From 68b90c8225ff1b84ad5c0c3cb9e4ed84f4d66d41 Mon Sep 17 00:00:00 2001 From: Carles Mitjans Date: Fri, 19 Jan 2024 11:43:22 +0100 Subject: [PATCH] chore(release): v1.2.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e66c8cd..00a70e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,31 @@ +## v1.2.0 + + +### 🚀 Enhancements + +- Allow turning off pageview captures ([3182592](https://github.com/mitjans/nuxt-posthog/commit/3182592)) +- Add vPosthogCapture directive and related types ([d11f13c](https://github.com/mitjans/nuxt-posthog/commit/d11f13c)) + +### 💅 Refactors + +- Move plugin into plugins folder ([f5b559f](https://github.com/mitjans/nuxt-posthog/commit/f5b559f)) + +### 📖 Documentation + +- Add JSDoc for posthog capture events ([fa5d708](https://github.com/mitjans/nuxt-posthog/commit/fa5d708)) + +### 🏡 Chore + +- Initial commit ([dad46c5](https://github.com/mitjans/nuxt-posthog/commit/dad46c5)) +- Add mitjans as reviewer for renovate PR ([7990618](https://github.com/mitjans/nuxt-posthog/commit/7990618)) +- Update readme ([45f2ac6](https://github.com/mitjans/nuxt-posthog/commit/45f2ac6)) +- Update pnpm-lock file ([f84d68e](https://github.com/mitjans/nuxt-posthog/commit/f84d68e)) + +### ❤️ Contributors + +- Carles Mitjans + ## v1.1.2 [compare changes](https://github.com/mitjans/nuxt-posthog/compare/v1.1.1...v1.1.2) diff --git a/package.json b/package.json index 88c79ff..5475697 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-posthog", - "version": "1.1.2", + "version": "1.2.0", "description": "Posthog module for nuxt", "repository": { "type": "git",