From 1fae4b87e0b7af96d9a9266c71f6ea9a0d758085 Mon Sep 17 00:00:00 2001 From: Olaolu Olawuyi Date: Fri, 28 Sep 2018 22:35:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=84:=202.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 46f0ae6..ca09e96 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,8 @@ -# 2.0.1 +# 2.0.2 + +- fixed bug where not setting `options.preserveZeros` would make it default to false + +## 2.0.1 - default `options.preserveZeros` to `true` - removed support for nodelists diff --git a/package.json b/package.json index 1230c40..ab500d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "type-reverse", - "version": "2.0.1", + "version": "2.0.2", "repository": "whizkydee/type-reverse", "main": "build/index.js", "description": "🦄 Lightweight reverse utility around strings, arrays, numbers and more.",