Skip to content

Commit 75066bf

Browse files
chore(release): 7.3.1 [skip ci]
## [7.3.1](v7.3.0...v7.3.1) (2020-10-30) ### Bug Fixes * **react-native:** Change @react-native-community/async-storage to @react-native-async-storage/async-storage ([#314](#314)) ([382c5a4](382c5a4))
1 parent 382c5a4 commit 75066bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "amplitude-js",
33
"author": "Amplitude <[email protected]>",
4-
"version": "7.3.0",
4+
"version": "7.3.1",
55
"license": "MIT",
66
"description": "Javascript library for Amplitude Analytics",
77
"keywords": [

src/amplitude-snippet.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
var as = document.createElement('script');
1010
as.type = 'text/javascript';
1111
// Don't edit as.integrity, it is tracked by semantic-release-bot during releases
12-
as.integrity = 'sha384-1FBF2gemQrP+46XhACWiygjt50Hls2GBuUSCoOe4gBt2xKVflucxbDiLD20lMR9T';
12+
as.integrity = 'sha384-7Zya+Y1QaBIoza/TOfsif/zZ7X2er7srVZErHGRPVlDAD5RVUcne5Y0X5lP8RsMN';
1313
as.crossOrigin = 'anonymous';
1414
as.async = true;
1515
// Don't edit as.src, it is tracked by semantic-release-bot during releases
16-
as.src = 'https://cdn.amplitude.com/libs/amplitude-7.3.0-min.gz.js';
16+
as.src = 'https://cdn.amplitude.com/libs/amplitude-7.3.1-min.gz.js';
1717
as.onload = function() {if(!window.amplitude.runQueuedFunctions) {console.log('[Amplitude] Error: could not load SDK');}};
1818
var s = document.getElementsByTagName('script')[0];
1919
s.parentNode.insertBefore(as, s);

0 commit comments

Comments
 (0)