Skip to content

Commit

Permalink
version bump, updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsaykwardell committed Mar 3, 2022
1 parent 8ff5a7e commit e0c3e08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -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._**

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e0c3e08

Please sign in to comment.