From ffe11f29a10d8a234b598958cb71d2eb86d77a49 Mon Sep 17 00:00:00 2001 From: Peter Grippi Date: Sat, 7 Feb 2015 16:34:29 -0500 Subject: [PATCH] Version 1.3.1 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab42f72..e8c9883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # ember-cli-google-analytics Changelog -### Master +### v1.3.1 * [BUGFIX] Mixin would not fire unless the `googleAnalytics.tracker` configuration option was explicitly set. It now defaults to `analytics.js` when no value is set. * [BUGFIX] Mixin used hard-coded `ga` global variable when using the analytics.js tracker. It will now use the value set in the `googleAnalytics.globalVariable` configuration option, or `ga` if no value is set. diff --git a/package.json b/package.json index f687b6e..44271cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-google-analytics", - "version": "1.3.0", + "version": "1.3.1", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },