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

Commit fe3e282

Browse files
committed
Release 2.9.0
1 parent 5542b8f commit fe3e282

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
2.9.0 / 2015-06-11
3+
==================
4+
5+
* 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.
6+
7+
A noteworthy part of this change: All integrations are now pulled into Analytics.js in `component.json`, using an explicit version number.
8+
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.
9+
210
2.8.25 / 2015-06-03
311
===================
412

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "lib/index.js",
44
"repo": "segmentio/analytics.js",
55
"description": "The hassle-free way to integrate analytics into any web application.",
6-
"version": "2.8.25",
6+
"version": "2.9.0",
77
"keywords": [
88
"analytics",
99
"analytics.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "analytics.js",
33
"author": "Segment.io <friends@segment.io>",
4-
"version": "2.8.25",
4+
"version": "2.9.0",
55
"license": "MIT",
66
"description": "The hassle-free way to integrate analytics into any web application.",
77
"keywords": [

0 commit comments

Comments
 (0)