Skip to content

Commit

Permalink
chore(release): v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed May 22, 2023
1 parent 4ff7a85 commit 511b9bf
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# Changelog


## v0.0.13

[compare changes](https://github.com/zadigetvoltaire/nuxt-gtm/compare/v0.0.12...v0.0.13)


### 💅 Refactors

- Use composable useRouter to get nuxt router ([3624f1c](https://github.com/zadigetvoltaire/nuxt-gtm/commit/3624f1c))
- Export useGtm composable directly from dependency ([4ff7a85](https://github.com/zadigetvoltaire/nuxt-gtm/commit/4ff7a85))

### 📖 Documentation

- Update logo in readme ([e08f3f9](https://github.com/zadigetvoltaire/nuxt-gtm/commit/e08f3f9))

### 🏡 Chore

- Format code ([647fcdf](https://github.com/zadigetvoltaire/nuxt-gtm/commit/647fcdf))
- Remove commented code ([7d74054](https://github.com/zadigetvoltaire/nuxt-gtm/commit/7d74054))
- Upgrade dependencies ([0de6f85](https://github.com/zadigetvoltaire/nuxt-gtm/commit/0de6f85))

### ❤️ Contributors

- LouisMazel <[email protected]>

## v0.0.12

[compare changes](https://github.com/zadigetvoltaire/nuxt-gtm/compare/v0.0.11...v0.0.12)
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.12",
"version": "0.0.13",
"description": "Nuxt module to add Google Tag Manager",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 511b9bf

Please sign in to comment.