Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Apr 28, 2017
1 parent 5eb2ada commit 8c7cce4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 0.3.0 (2017-04-28)
--------------------------
Add npm credentials to .travis.yml (#36)
Bump request to 2.81.0 (#34)
Bump Core to 0.5.0 (#33)
Add agentOptions argument to emitter (#30)
Add latest Node.js versions to travis.yml (#32)
Update README markdown in according with CommonMark (#31)

Version 0.2.0 (2015-10-09)
--------------------------
Removed callback argument from tracker constructor (#19)
Expand Down
4 changes: 2 additions & 2 deletions lib/version.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Node.js tracker for Snowplow: version.js
*
* Copyright (c) 2014-2015 Snowplow Analytics Ltd. All rights reserved.
* Copyright (c) 2014-2017 Snowplow Analytics Ltd. All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
* and you may not use this file except in compliance with the Apache License Version 2.0.
Expand All @@ -13,4 +13,4 @@
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
*/

module.exports = '0.2.0';
module.exports = '0.3.0';

0 comments on commit 8c7cce4

Please sign in to comment.