From e0c3e08783ca36d5c06a37985e05efe62ee82f37 Mon Sep 17 00:00:00 2001 From: Lindsay Wardell Date: Thu, 3 Mar 2022 11:51:01 -0800 Subject: [PATCH] version bump, updated README --- Readme.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index b19222a..a01d6b5 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,8 @@ # natural-order -### **Sort arrays of strings or objects naturally** +## **Sort arrays of strings or objects naturally** + +[![ci](https://github.com/lindsaykwardell/natural-order/actions/workflows/ci.yml/badge.svg)](https://github.com/lindsaykwardell/natural-order/actions/workflows/ci.yml) **_Sorting with support for numbers, dates, unicode and more._** diff --git a/package.json b/package.json index 502595f..55ec4b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "natural-order", "private": false, - "version": "2.0.2", + "version": "2.0.3", "author": "Lindsay Wardell", "description": "Sort an array of strings, numbers, or objects naturally.", "main": "dist/natural-order.es.js",