Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a590de7

Browse filesBrowse files
chore(release): 8.21.0 [skip ci]
# [8.21.0](v8.20.1...v8.21.0) (2022-09-08) ### Features * add ingestion_metadata field ([#552](#552)) ([14c590c](14c590c))
1 parent 14c590c commit a590de7
Copy full SHA for a590de7

File tree

Expand file treeCollapse file tree

3 files changed

+10
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+10
-3
lines changed
Open diff view settings
Collapse file

‎CHANGELOG.md‎

Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [8.21.0](https://github.com/amplitude/amplitude-javascript/compare/v8.20.1...v8.21.0) (2022-09-08)
2+
3+
4+
### Features
5+
6+
* add ingestion_metadata field ([#552](https://github.com/amplitude/amplitude-javascript/issues/552)) ([14c590c](https://github.com/amplitude/amplitude-javascript/commit/14c590c2eefa312bc6bce11c8baba518848ef3f0))
7+
18
## [8.20.1](https://github.com/amplitude/amplitude-javascript/compare/v8.20.0...v8.20.1) (2022-09-01)
29

310

Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "amplitude-js",
33
"author": "Amplitude <support@amplitude.com>",
4-
"version": "8.20.1",
4+
"version": "8.21.0",
55
"license": "MIT",
66
"description": "Javascript library for Amplitude Analytics",
77
"keywords": [
Collapse file

‎src/amplitude-snippet.js‎

Copy file name to clipboardExpand all lines: src/amplitude-snippet.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
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-6cHHYIkC7/rtIzpL1mRYAv9agREVgSa2KA7xeWxPJixCigVAV684sATyzA9NcbmZ';
12+
as.integrity = 'sha384-GLD6+ywjR0340189uKRZB/kpOTIYm4len2glpzd5YuCHTRocIZmrOvXFz08sZoQr';
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.20.1-min.gz.js';
16+
as.src = 'https://cdn.amplitude.com/libs/amplitude-8.21.0-min.gz.js';
1717
as.onload = function () {
1818
if (!window.amplitude.runQueuedFunctions) {
1919
console.log('[Amplitude] Error: could not load SDK');

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.