File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 8.15.1] ( https://github.com/amplitude/amplitude-javascript/compare/v8.15.0...v8.15.1 ) (2022-01-18)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Add missing worker storage length for clear method ([ #487 ] ( https://github.com/amplitude/amplitude-javascript/issues/487 ) ) ([ 6abb957] ( https://github.com/amplitude/amplitude-javascript/commit/6abb957b8cad332d4a020ffd8e9feb74a6b3096b ) )
7
+
1
8
# [ 8.15.0] ( https://github.com/amplitude/amplitude-javascript/compare/v8.14.1...v8.15.0 ) (2022-01-07)
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 <support@amplitude.com>" ,
4
- "version" : " 8.15.0 " ,
4
+ "version" : " 8.15.1 " ,
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-0wxZnftk3sv9AeFAckGNlxBwZkOhfIFJHC27hmtbSnUTiKRiRXr1F7ftmkmxIYR6 ' ;
12
+ as . integrity = 'sha384-ZSWQxGy+r85AnmSJi9kNpGJispc8WL7VYKr8OqFLNuRUsvsiQ+uxLfqtsCCC+goD ' ;
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-8.15.0 -min.gz.js' ;
16
+ as . src = 'https://cdn.amplitude.com/libs/amplitude-8.15.1 -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