Skip to content

Commit

Permalink
Release version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwalton committed Mar 29, 2017
1 parent e1a6d1e commit 776db5f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

### 2.2.0 (2017-03-28)

- Update the `eventTracker` `ga-on` attribute to accept multiple (comma-separate) event types.
- Update the `hitFilter` option to be invoked with the DOM event associated with the interaction (when applicable).

### 2.1.1 (2017-03-15)

- Remove `.babelrc` to prevent conflicts when using `babel-loader`.
Expand Down
22 changes: 12 additions & 10 deletions 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.1';
export const VERSION = '2.2.0';
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.1",
"version": "2.2.0",
"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 776db5f

Please sign in to comment.