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.21.8] ( https://github.com/amplitude/amplitude-javascript/compare/v8.21.7...v8.21.8 ) (2023-04-04)
2+
3+
4+ ### Bug Fixes
5+
6+ * upgrade to @amplitude/ua-parser-js @0.7.33 ([ #588 ] ( https://github.com/amplitude/amplitude-javascript/issues/588 ) ) ([ d2dec38] ( https://github.com/amplitude/amplitude-javascript/commit/d2dec387d0af1dcaf6f0c97f71e35ca2a91fd5e4 ) )
7+
18## [ 8.21.7] ( https://github.com/amplitude/amplitude-javascript/compare/v8.21.6...v8.21.7 ) (2023-03-23)
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.21.7 " ,
4+ "version" : " 8.21.8 " ,
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-8tzQI/BPJwW3fGy5xRE/Kww2j2qrKjboaAVoP0J8gXhMjxahrWQBBTmlnlmKyY5P ' ;
12+ as . integrity = 'sha384-QahB0HKETlcqjneomU3Ohs+UgJTinhUNFIKJitEl2Vo7DjvphO2jei64ZP5J2GA5 ' ;
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.21.7 -min.gz.js' ;
16+ as . src = 'https://cdn.amplitude.com/libs/amplitude-8.21.8 -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