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.14.1] ( https://github.com/amplitude/amplitude-javascript/compare/v8.14.0...v8.14.1 ) (2021-12-23)
2+
3+
4+ ### Bug Fixes
5+
6+ * global-scope reference error in nodejs ([ #474 ] ( https://github.com/amplitude/amplitude-javascript/issues/474 ) ) ([ bdce39d] ( https://github.com/amplitude/amplitude-javascript/commit/bdce39daedf8ff965e43f038cd2c73319c63930d ) )
7+
18# [ 8.14.0] ( https://github.com/amplitude/amplitude-javascript/compare/v8.13.1...v8.14.0 ) (2021-12-21)
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.14.0 " ,
4+ "version" : " 8.14.1 " ,
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-U57Xqw4i8KjNGTob7tMracUXjjaEgwbTjWeaYKNj0Lq9jD+EsbesDMRLmBp90GXJ ' ;
12+ as . integrity = 'sha384-zbTch5yE+PeacHOE+1FMULY2VPR0ZfjBL1m3RDtgB97mVBQ3O34LjpbvSXavhskH ' ;
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.14.0 -min.gz.js' ;
16+ as . src = 'https://cdn.amplitude.com/libs/amplitude-8.14.1 -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