diff --git a/CHANGELOG.md b/CHANGELOG.md index 742c4b8..6c4f1af 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.3.2](https://github.com/nuxt-community/gtm-module/compare/v2.3.1...v2.3.2) (2020-07-23) + + +### Bug Fixes + +* **plugin:** load SSR events before container loaded ([#51](https://github.com/nuxt-community/gtm-module/issues/51)) ([498f9bd](https://github.com/nuxt-community/gtm-module/commit/498f9bd317469e143b81e34c36b48abc8d1ca5be)) + ### [2.3.1](https://github.com/nuxt-community/gtm-module/compare/v2.3.0...v2.3.1) (2020-07-23) diff --git a/package.json b/package.json index 2c07be5..3cb50c4 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/gtm", - "version": "2.3.1", + "version": "2.3.2", "description": "Google Tag Manager Module for Nuxt.js", "repository": "nuxt-community/gtm-module", "license": "MIT",