File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ # [ 8.19.0] ( https://github.com/amplitude/amplitude-javascript/compare/v8.18.5...v8.19.0 ) (2022-07-25)
2
+
3
+
4
+ ### Features
5
+
6
+ * add partner_id support ([ #545 ] ( https://github.com/amplitude/amplitude-javascript/issues/545 ) ) ([ 7b343ea] ( https://github.com/amplitude/amplitude-javascript/commit/7b343ea7341185e448cb2fe13ff82213cc3ba817 ) )
7
+
1
8
## [ 8.18.5] ( https://github.com/amplitude/amplitude-javascript/compare/v8.18.4...v8.18.5 ) (2022-06-24)
2
9
3
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " amplitude-js" ,
3
3
"author" :
" Amplitude <[email protected] >" ,
4
- "version" : " 8.18.5 " ,
4
+ "version" : " 8.19.0 " ,
5
5
"license" : " MIT" ,
6
6
"description" : " Javascript library for Amplitude Analytics" ,
7
7
"keywords" : [
Original file line number Diff line number Diff line change 9
9
var as = document . createElement ( 'script' ) ;
10
10
as . type = 'text/javascript' ;
11
11
// Don't edit as.integrity, it is tracked by semantic-release-bot during releases
12
- as . integrity = 'sha384-0WHS/o1IoPrT+ZyLLW2Wf8tyCwMSsD5Edo2f6zevisq4BHjGt6NG7jrASRIAk4UE ' ;
12
+ as . integrity = 'sha384-hdEvx3zkd6VeH6O83N6nPQeUBkmA/KVVI/xP1PTxTSX9EGdyzELov1iyspAgfaI8 ' ;
13
13
as . crossOrigin = 'anonymous' ;
14
14
as . async = true ;
15
15
// Don't edit as.src, it is tracked by semantic-release-bot during releases
16
- as . src = 'https://cdn.amplitude.com/libs/amplitude-8.18.5 -min.gz.js' ;
16
+ as . src = 'https://cdn.amplitude.com/libs/amplitude-8.19.0 -min.gz.js' ;
17
17
as . onload = function ( ) {
18
18
if ( ! window . amplitude . runQueuedFunctions ) {
19
19
console . log ( '[Amplitude] Error: could not load SDK' ) ;
You can’t perform that action at this time.
0 commit comments