From cf7afd9a2a749fccb78290a141a7e6e0b776aa86 Mon Sep 17 00:00:00 2001 From: amplitude-sdk-bot Date: Fri, 19 Mar 2021 16:52:36 +0000 Subject: [PATCH] chore(release): 8.1.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [8.1.0](https://github.com/amplitude/amplitude-javascript/compare/v8.0.0...v8.1.0) (2021-03-19) ### Features * **identify:** add preInsert, postInsert, remove to Identify and gro… ([#372](https://github.com/amplitude/amplitude-javascript/issues/372)) ([7e9e992](https://github.com/amplitude/amplitude-javascript/commit/7e9e9929f5534c9285aad782aa7ded2b2f839f47)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- src/amplitude-snippet.js | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd338a1c..21ce7876 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.1.0](https://github.com/amplitude/amplitude-javascript/compare/v8.0.0...v8.1.0) (2021-03-19) + + +### Features + +* **identify:** add preInsert, postInsert, remove to Identify and gro… ([#372](https://github.com/amplitude/amplitude-javascript/issues/372)) ([7e9e992](https://github.com/amplitude/amplitude-javascript/commit/7e9e9929f5534c9285aad782aa7ded2b2f839f47)) + # [8.0.0](https://github.com/amplitude/amplitude-javascript/compare/v7.4.4...v8.0.0) (2021-03-15) ### Bug Fixes diff --git a/package.json b/package.json index 13961a55..57bc30b7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "amplitude-js", "author": "Amplitude ", - "version": "8.0.0", + "version": "8.1.0", "license": "MIT", "description": "Javascript library for Amplitude Analytics", "keywords": [ diff --git a/src/amplitude-snippet.js b/src/amplitude-snippet.js index edfea202..d061a8bf 100644 --- a/src/amplitude-snippet.js +++ b/src/amplitude-snippet.js @@ -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-xS3QJA0KchJRKhb1TrxSrhwecoxD/2kHmVHORZTgV/XQhJwa/gon7w1L0n8zHU4T'; + as.integrity = 'sha384-u0hlTAJ1tNefeBKwiBNwB4CkHZ1ck4ajx/pKmwWtc+IufKJiCQZ+WjJIi+7C6Ntm'; 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.0.0-min.gz.js'; + as.src = 'https://cdn.amplitude.com/libs/amplitude-8.1.0-min.gz.js'; as.onload = function () { if (!window.amplitude.runQueuedFunctions) { console.log('[Amplitude] Error: could not load SDK');