File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ # [ 8.3.0] ( https://github.com/amplitude/amplitude-javascript/compare/v8.2.3...v8.3.0 ) (2021-05-26)
2+
3+
4+ ### Features
5+
6+ * Clear Storage API ([ #396 ] ( https://github.com/amplitude/amplitude-javascript/issues/396 ) ) ([ e8cb8b7] ( https://github.com/amplitude/amplitude-javascript/commit/e8cb8b728d1aede4aec82e5d040f27e057c4758a ) )
7+
18## [ 8.2.3] ( https://github.com/amplitude/amplitude-javascript/compare/v8.2.2...v8.2.3 ) (2021-05-18)
29
310
Original file line number Diff line number Diff line change 11{
22 "name" : " amplitude-js" ,
33 "author" :
" Amplitude <[email protected] >" ,
4- "version" : " 8.2.3 " ,
4+ "version" : " 8.3.0 " ,
55 "license" : " MIT" ,
66 "description" : " Javascript library for Amplitude Analytics" ,
77 "keywords" : [
Original file line number Diff line number Diff line change 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-Zjo8RUFg5Yqd1RrmP6raXmuRVOWdstZw1jbsr6ssfu0KGRWb0JixIs3Kvj6MPBMJ ' ;
12+ as . integrity = 'sha384-xwN6OCSgIf1SF9jtD6pouaSwCvpobyV3lanBGQ1d33MwTxLarbQxUif0Slt0npCM ' ;
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-8.2.3 -min.gz.js' ;
16+ as . src = 'https://cdn.amplitude.com/libs/amplitude-8.3.0 -min.gz.js' ;
1717 as . onload = function ( ) {
1818 if ( ! window . amplitude . runQueuedFunctions ) {
1919 console . log ( '[Amplitude] Error: could not load SDK' ) ;
You can’t perform that action at this time.
0 commit comments