From 14191d5a82419fc48a378c128a506fcd91103f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rg=20Tillmann?= Date: Tue, 14 Dec 2021 15:04:20 +0100 Subject: [PATCH] Version 0.5.3 --- HISTORY.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index d60332b..aab48cc 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # History +## 0.5.3 + +- Refactored request sending to no use JSON.stringify +- Removed chapter regarding requestOptions that are no longer available since 0.5 +- Fixed UUID test errors + ## 0.5.2 - Upgraded debug to 4.3.1 diff --git a/package-lock.json b/package-lock.json index fb5654b..8996a77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "universal-analytics", - "version": "0.5.2", + "version": "0.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 98d24b0..a380874 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "universal-analytics", - "version": "0.5.2", + "version": "0.5.3", "description": "A node module for Google's Universal Analytics tracking", "main": "index.js", "scripts": {