Skip to content

Commit

Permalink
chore(release): 8.18.1 [skip ci]
Browse files Browse the repository at this point in the history
## [8.18.1](v8.18.0...v8.18.1) (2022-04-06)

### Bug Fixes

* update analytics-connector to 1.4.1 ([#520](#520)) ([956d53b](956d53b))
  • Loading branch information
amplitude-sdk-bot committed Apr 6, 2022
1 parent 956d53b commit d6df263
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [8.18.1](https://github.com/amplitude/amplitude-javascript/compare/v8.18.0...v8.18.1) (2022-04-06)


### Bug Fixes

* update analytics-connector to 1.4.1 ([#520](https://github.com/amplitude/amplitude-javascript/issues/520)) ([956d53b](https://github.com/amplitude/amplitude-javascript/commit/956d53b93283ccbe7985d2502dd1b117cc575e08))

# [8.18.0](https://github.com/amplitude/amplitude-javascript/compare/v8.17.0...v8.18.0) (2022-03-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "amplitude-js",
"author": "Amplitude <[email protected]>",
"version": "8.18.0",
"version": "8.18.1",
"license": "MIT",
"description": "Javascript library for Amplitude Analytics",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions src/amplitude-snippet.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
var as = document.createElement('script');
as.type = 'text/javascript';
// Don't edit as.integrity, it is tracked by semantic-release-bot during releases
as.integrity = 'sha384-Ti9zFF1gzC9vo1Hw2mz83y+zffyEcwSLArGjJ2/a+dhQIvCO72QJNYQ1mbnKak7C';
as.integrity = 'sha384-VuGgAcmMrGHihvjXxxBVMIqoDFXc8/PO9q/08kCgq4Wn1iPnSmUbI3xhXaFozVFv';
as.crossOrigin = 'anonymous';
as.async = true;
// Don't edit as.src, it is tracked by semantic-release-bot during releases
as.src = 'https://cdn.amplitude.com/libs/amplitude-8.18.0-min.gz.js';
as.src = 'https://cdn.amplitude.com/libs/amplitude-8.18.1-min.gz.js';
as.onload = function () {
if (!window.amplitude.runQueuedFunctions) {
console.log('[Amplitude] Error: could not load SDK');
Expand Down

0 comments on commit d6df263

Please sign in to comment.