Skip to content

Commit

Permalink
Set version to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Mar 23, 2021
1 parent cea891d commit e10a976
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Next

[diff](https://github.com/mib200/vue-gtm/compare/3.4.1...master)
[diff](https://github.com/mib200/vue-gtm/compare/3.5.0...master)

# 3.5.0

[diff](https://github.com/mib200/vue-gtm/compare/3.4.1...3.5.0)

- Add `nonce` for CSP support ([#116])

**Vue 3 only**

- Handle optional dependency of `vue-router` ([#122])

[#116]: https://github.com/mib200/vue-gtm/issues/116
[#122]: https://github.com/mib200/vue-gtm/issues/122

# 3.4.1

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": "vue-gtm",
"version": "3.4.1",
"version": "3.5.0",
"description": "Google Tag Manager implementation in Vue application",
"main": "dist/index.js",
"author": {
Expand Down

0 comments on commit e10a976

Please sign in to comment.