We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991b6f0 commit e45cad7Copy full SHA for e45cad7
integrations/amplitude/HISTORY.md
@@ -1,3 +1,8 @@
1
+
2
+# 3.3.1 / 2020-12-14
3
4
+- Bump segmentio-facade to ^3.2.7
5
6
# 3.3.0 / 2019-10-09
7
8
- Add support for versionName setting, this will allow user to specify version.
integrations/amplitude/package.json
@@ -1,7 +1,7 @@
{
"name": "@segment/analytics.js-integration-amplitude",
"description": "The Amplitude analytics.js integration.",
- "version": "3.3.0",
+ "version": "3.3.1",
"keywords": [
"analytics.js",
"analytics.js-integration",
@@ -30,7 +30,7 @@
30
"component-bind": "^1.0.0",
31
"do-when": "^1.0.0",
32
"is": "^3.2.1",
33
- "segmentio-facade": "^3.2.1"
+ "segmentio-facade": "^3.2.7"
34
},
35
"devDependencies": {
36
"@segment/analytics.js-core": "^3.8.2",
0 commit comments