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

Commit bc7ce1d

Browse files
committed
Release 2.8.23
1 parent 2bb0fd6 commit bc7ce1d

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

History.md

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

2+
2.8.23 / 2015-05-27
3+
===================
4+
5+
* Update component/url dependency to 0.2.0
6+
27
2.8.22 / 2015-05-22
38
===================
49

analytics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20249,7 +20249,7 @@ module.exports.User = User;
2024920249
5: [function(require, module, exports) {
2025020250
module.exports = {
2025120251
"name": "analytics",
20252-
"version": "2.8.22",
20252+
"version": "2.8.23",
2025320253
"main": "analytics.js",
2025420254
"dependencies": {},
2025520255
"devDependencies": {}

analytics.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "analytics",
3-
"version": "2.8.22",
3+
"version": "2.8.23",
44
"main": "analytics.js",
55
"dependencies": {},
66
"devDependencies": {}

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.22",
6+
"version": "2.8.23",
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.22",
4+
"version": "2.8.23",
55
"license": "MIT",
66
"description": "The hassle-free way to integrate analytics into any web application.",
77
"keywords": [

0 commit comments

Comments
 (0)