Skip to content

Commit 067a4da

Browse files
committed
v5.2.0
1 parent 2d30895 commit 067a4da

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 5.2.0 (March 28, 2019)
2+
3+
* Stop warning when null property values are instrumented
4+
* Allow for objects nested within arrays
5+
16
### 5.0.0 (March 19, 2019)
27

38
* Add `onInit` method that accepts a callback that will be invoked after init

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Please see our [installation guide](https://amplitude.zendesk.com/hc/en-us/artic
1111
[![npm version](https://badge.fury.io/js/amplitude-js.svg)](https://badge.fury.io/js/amplitude-js)
1212
[![Bower version](https://badge.fury.io/bo/amplitude-js.svg)](https://badge.fury.io/bo/amplitude-js)
1313

14-
[5.0.0 - Released on March 19, 2019](https://github.com/amplitude/Amplitude-JavaScript/releases/latest)
14+
[5.2.0 - Released on March 28, 2019](https://github.com/amplitude/Amplitude-JavaScript/releases/latest)
1515

1616

1717
# JavaScript SDK Reference #

package.json

Lines 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 <[email protected]>",
4-
"version": "5.0.0",
4+
"version": "5.2.0",
55
"license": "MIT",
66
"description": "Javascript library for Amplitude Analytics",
77
"keywords": [

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '5.0.0';
1+
export default '5.2.0';

0 commit comments

Comments
 (0)