Skip to content

Commit

Permalink
chore(release): 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 10, 2020
1 parent 970e0e6 commit 976385b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 976385b

Please sign in to comment.