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
+ ## [ 7.4.3] ( https://github.com/amplitude/amplitude-javascript/compare/v7.4.2...v7.4.3 ) (2021-02-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Uncaught session storage security error handling ([ #358 ] ( https://github.com/amplitude/amplitude-javascript/issues/358 ) ) ([ 560bb05] ( https://github.com/amplitude/amplitude-javascript/commit/560bb057742f7af17d3e09d0555e72d7b11e0a19 ) )
7
+
1
8
## [ 7.4.2] ( https://github.com/amplitude/amplitude-javascript/compare/v7.4.1...v7.4.2 ) (2021-02-11)
2
9
3
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " amplitude-js" ,
3
3
"author" :
" Amplitude <[email protected] >" ,
4
- "version" : " 7.4.2 " ,
4
+ "version" : " 7.4.3 " ,
5
5
"license" : " MIT" ,
6
6
"description" : " Javascript library for Amplitude Analytics" ,
7
7
"keywords" : [
Original file line number Diff line number Diff line change 9
9
var as = document . createElement ( 'script' ) ;
10
10
as . type = 'text/javascript' ;
11
11
// Don't edit as.integrity, it is tracked by semantic-release-bot during releases
12
- as . integrity = 'sha384-n33hiNLFhIx3hR2Y49plbYvZ7Vajl0VE0Io3H9UsidkP4kG0zbTKlesgedAZcceH ' ;
12
+ as . integrity = 'sha384-wHgyPgXPR84rOziWbUGkBBHDE5UxqcKioyjRy6a78Y6UP1keevyRnqTDZwoEhEea ' ;
13
13
as . crossOrigin = 'anonymous' ;
14
14
as . async = true ;
15
15
// Don't edit as.src, it is tracked by semantic-release-bot during releases
16
- as . src = 'https://cdn.amplitude.com/libs/amplitude-7.4.2 -min.gz.js' ;
16
+ as . src = 'https://cdn.amplitude.com/libs/amplitude-7.4.3 -min.gz.js' ;
17
17
as . onload = function ( ) {
18
18
if ( ! window . amplitude . runQueuedFunctions ) {
19
19
console . log ( '[Amplitude] Error: could not load SDK' ) ;
You can’t perform that action at this time.
0 commit comments