Skip to content

Commit

Permalink
chore: v.5.0.0 (#242)
Browse files Browse the repository at this point in the history
Co-authored-by: Olaf Ennen <[email protected]>
  • Loading branch information
yobacca and olaf-ennen authored Nov 18, 2024
1 parent f62ca6f commit 75a3385
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# natural-orderby

## 5.0.0

### Major Changes

- feat: support numeric separators
- feat: add ability to define locale for sorting unicode

## 4.0.0

### Major 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": "4.0.0",
"version": "5.0.0",
"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 75a3385

Please sign in to comment.