Skip to content

Commit

Permalink
chore: v.4.0.0 (#212)
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 Sep 16, 2024
1 parent 4c9211b commit dd20909
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

## 4.0.0

### Major Changes

- fix: update `Identifier<T>` to be `keyof T` instead of any `string`

## 3.0.2

### 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.2",
"version": "4.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 dd20909

Please sign in to comment.