Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Release 2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yields committed Aug 17, 2015
1 parent 813f8d6 commit e5f574d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@

2.10.2 / 2015-08-17
==================

* fix analytics.js singleton export

2.10.0 / 2015-06-30
===================

* Move core library out to segmentio/analytics.js-core

This repository is now purely a build repository for Analytics.js. For analytics.js's core library, see [segmentio/analytics.js-core](https://github.com/segmentio/analytics.js-core); for integrations, see the [segment-integrations](https://github.com/segment-integrations) organization.

2.9.1 / 2015-06-11
Expand All @@ -16,7 +21,7 @@
==================

* Pull integrations from individual repositories, located in the [segment-integrations GitHub organization](https://github.com/segment-integrations/). This change should be unnoticeable from a user perspective, but has huge benefits in that excluding integrations from custom builds is now much, much easier, and one integration's test failures will no longer prevent another integration's tests from running.

A noteworthy part of this change: All integrations are now pulled into Analytics.js in `component.json`, using an explicit version number.
In the future this part of the build process is very likely to change to be more of an automatic process, but for now--baby steps.

Expand Down Expand Up @@ -157,7 +162,7 @@ In the future this part of the build process is very likely to change to be more
* entity: fallback to localstorage when cookies are disabled
* tests: add localstorage fallback tests
* dist: rebuild

2.7.1 / 2015-03-05
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "analytics.js",
"author": "Segment.io <friends@segment.io>",
"version": "2.10.1",
"version": "2.10.2",
"license": "MIT",
"description": "The hassle-free way to integrate analytics into any web application.",
"keywords": [
Expand Down

0 comments on commit e5f574d

Please sign in to comment.