Skip to content

Commit

Permalink
Release version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwalton committed Mar 15, 2017
1 parent ca4f969 commit 810390b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This document lists the changes between each minor and patch versions. For changes between major versions, see the [Upgrade Reference](/docs/upgrading.md)

### 2.1.1 (2017-03-15)

- Remove `.babelrc` to prevent conflicts when using `babel-loader`.

### 2.1.0 (2017-03-06)

- Fix a double-pageview bug on pageload after session timeout (#150).
Expand Down
2 changes: 1 addition & 1 deletion autotrack.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion autotrack.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/


export const VERSION = '2.1.0';
export const VERSION = '2.1.1';
export const DEV_ID = 'i5iSjo';

export const VERSION_PARAM = '_av';
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": "autotrack",
"version": "2.1.0",
"version": "2.1.1",
"description": "Automatic and enhanced Google Analytics tracking for common user interactions on the web",
"main": "lib",
"bin": "./bin/autotrack",
Expand Down

0 comments on commit 810390b

Please sign in to comment.