Skip to content

Commit

Permalink
chore(release): v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Mar 22, 2023
1 parent 6163b6c commit d23f427
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
- Mazel <[email protected]>

## v0.0.2

[compare changes](https://github.com/zadigetvoltaire/nuxt-gtm/compare/v0.0.1...v0.0.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d23f427

Please sign in to comment.