File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 8.21.10] ( https://github.com/amplitude/amplitude-javascript/compare/v8.21.9...v8.21.10 ) (2026-02-11)
2+
3+
4+ ### Bug Fixes
5+
6+ * upgrade babel version ([ #617 ] ( https://github.com/amplitude/amplitude-javascript/issues/617 ) ) ([ 427aac2] ( https://github.com/amplitude/amplitude-javascript/commit/427aac2166f0f496209af84b91676846344d9d4e ) )
7+ * uuid collisions ([ #594 ] ( https://github.com/amplitude/amplitude-javascript/issues/594 ) ) ([ a1a2978] ( https://github.com/amplitude/amplitude-javascript/commit/a1a2978145169d6dda1a3cd25ac2de4f7be6ecb6 ) )
8+
19## [ 8.21.9] ( https://github.com/amplitude/amplitude-javascript/compare/v8.21.8...v8.21.9 ) (2023-04-27)
210
311
Original file line number Diff line number Diff line change 11{
22 "name" : " amplitude-js" ,
33 "author" : " Amplitude <support@amplitude.com>" ,
4- "version" : " 8.21.9 " ,
4+ "version" : " 8.21.10 " ,
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-fUI/0bA1xDBf6EUz63EooFKnh6GRcNbA59KcJ/C91G5WByKS4ZwDLY8qENzezkJ/ ' ;
12+ as . integrity = 'sha384-TYU/E4KRg+lBzhPKrmGJeQOu1Z+8s2VpbXpFFg8LbYBHTMFYpfzboPAbEPBUi1V2 ' ;
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.9 -min.gz.js' ;
16+ as . src = 'https://cdn.amplitude.com/libs/amplitude-8.21.10 -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