Skip to content

Commit

Permalink
chore: v.3.0.2 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
yobacca authored Jan 19, 2023
1 parent ca63733 commit bdd6c0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# natural-orderby

## 3.0.2

### Patch Changes

- fix: performance issue when parsing date strings

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "natural-orderby",
"version": "3.0.1",
"version": "3.0.2",
"description": "Lightweight and performant natural sorting of arrays and collections by differentiating between unicode characters, numbers, dates, etc.",
"sideEffects": false,
"main": "./dist/main.js",
Expand Down

0 comments on commit bdd6c0e

Please sign in to comment.