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.18.3] ( https://github.com/amplitude/amplitude-javascript/compare/v8.18.2...v8.18.3 ) (2022-05-24)
2+
3+
4+ ### Bug Fixes
5+
6+ * upgrade to @amplitude/ua-parser-js @0.7.31 ([ #535 ] ( https://github.com/amplitude/amplitude-javascript/issues/535 ) ) ([ 7756b52] ( https://github.com/amplitude/amplitude-javascript/commit/7756b522ccd5fb5d91baa559f52690dc1a6b4f6e ) )
7+
18## [ 8.18.2] ( https://github.com/amplitude/amplitude-javascript/compare/v8.18.1...v8.18.2 ) (2022-05-12)
29
310
Original file line number Diff line number Diff line change 11{
22 "name" : " amplitude-js" ,
33 "author" : " Amplitude <support@amplitude.com>" ,
4- "version" : " 8.18.2 " ,
4+ "version" : " 8.18.3 " ,
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-piO8kfwxl9OAS2doXzmrLEai7u7SSevgU0P09hOnRm8ZjFfhZbHCudfgSxdTMd/s ' ;
12+ as . integrity = 'sha384-KzT7OnjkbLVl+Z4VWhAz9gN+927pU1CX88/Rn87CqR6nXLgH0eiW1wHML3jbkBf7 ' ;
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.18.2 -min.gz.js' ;
16+ as . src = 'https://cdn.amplitude.com/libs/amplitude-8.18.3 -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