Skip to content

Commit

Permalink
chore: update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
yobacca committed Nov 13, 2022
1 parent f8e2b0a commit e08954d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,7 @@
# natural-orderby

## 3.0.0

### Major Changes

- Migrate codebase to TypeScript
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "natural-orderby",
"version": "2.0.3",
"version": "3.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 e08954d

Please sign in to comment.