Skip to content
This repository was archived by the owner on May 21, 2020. It is now read-only.

Commit 4a19f40

Browse files
author
Joel Skrepnek
authored
Version 3.0.0 (#5)
1 parent a648ff4 commit 4a19f40

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [3.0.0] - 2020-01-13
5+
- Drop support for Mixpanel
6+
47
## [2.1.0] - 2019-04-09
58
- Support Mixpanel Device-based Connection Mode
69

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "segment-cordova-plugin",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "Segment Cordova Plugin",
55
"cordova": {
66
"id": "segment-cordova-plugin",
@@ -30,7 +30,7 @@
3030
},
3131
"engines": {
3232
"cordovaDependencies": {
33-
"2.1.0": {
33+
"3.0.0": {
3434
"cordova": ">7.0.0",
3535
"cordova-ios": ">4.3.0",
3636
"cordova-android": ">7.0.0"

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin id="segment-cordova-plugin"
33
xmlns="http://apache.org/cordova/ns/plugins/1.0"
44
xmlns:android="http://schemas.android.com/apk/res/android"
5-
version="2.1.0" >
5+
version="3.0.0" >
66

77
<name>SegmentCordovaPlugin</name>
88
<license>MIT License</license>

0 commit comments

Comments
 (0)