diff --git a/CHANGELOG.md b/CHANGELOG.md index 264d8f3..16ddfbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.0.1](https://github.com/nuxt-community/gtm-module/compare/v2.0.0...v2.0.1) (2020-02-10) + + +### Bug Fixes + +* guard against double script executation ([#3](https://github.com/nuxt-community/gtm-module/issues/3)) ([970e0e6](https://github.com/nuxt-community/gtm-module/commit/970e0e6965d1f1d3fce1d5c6bc47576d3a9079a9)) + ## 2.0.0 (2020-02-09) diff --git a/package.json b/package.json index a49d25e..13007d2 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/gtm", - "version": "2.0.0", + "version": "2.0.1", "description": "Google Tag Manager Module for Nuxt.js", "repository": "nuxt-community/gtm-module", "license": "MIT", @@ -19,8 +19,7 @@ "release": "yarn test && standard-version && git push --follow-tags && npm publish", "test": "yarn lint && jest" }, - "dependencies": { - }, + "dependencies": {}, "devDependencies": { "@babel/core": "latest", "@babel/preset-env": "latest",