diff --git a/CHANGELOG.md b/CHANGELOG.md index 767a747..54395e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,37 @@ # Changelog +## v0.0.3 + +[compare changes](https://github.com/zadigetvoltaire/nuxt-gtm/compare/v0.0.2...v0.0.3) + + +### 🚀 Enhancements + + - Display gtm options in nuxt devtools ([d4f0e06](https://github.com/zadigetvoltaire/nuxt-gtm/commit/d4f0e06)) + +### 🩹 Fixes + + - Inject gtm plugin only on client side ([8ec1b62](https://github.com/zadigetvoltaire/nuxt-gtm/commit/8ec1b62)) + - Typo in keywords ([d0f70f1](https://github.com/zadigetvoltaire/nuxt-gtm/commit/d0f70f1)) + +### 📖 Documentation + + - Typo ([ac68317](https://github.com/zadigetvoltaire/nuxt-gtm/commit/ac68317)) + +### 🏡 Chore + + - Remove debug log ([0cd8fdf](https://github.com/zadigetvoltaire/nuxt-gtm/commit/0cd8fdf)) + +### 🤖 CI + + - Enable pipeline for all PR on main branch ([6163b6c](https://github.com/zadigetvoltaire/nuxt-gtm/commit/6163b6c)) + +### ❤️ Contributors + +- LouisMazel +- Mazel + ## v0.0.2 [compare changes](https://github.com/zadigetvoltaire/nuxt-gtm/compare/v0.0.1...v0.0.2) diff --git a/package.json b/package.json index 3ca173a..7777586 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zadigetvoltaire/nuxt-gtm", - "version": "0.0.2", + "version": "0.0.3", "description": "Nuxt module to add Google Tag Manager", "license": "MIT", "type": "module",