From 7fba6afdb7ff7690cb934d0cea0ba52c6ed00c96 Mon Sep 17 00:00:00 2001 From: Olaf Ennen Date: Tue, 19 Mar 2019 01:55:45 +0100 Subject: [PATCH] v2.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cbd21b..0e84ba0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "natural-orderby", - "version": "2.0.1", + "version": "2.0.2", "description": "Lightweight and performant natural sorting of arrays and collections by differentiating between unicode characters, numbers, dates, etc.", "main": "cjs/natural-orderby.js", "types": "./index.d.ts",