diff --git a/CHANGELOG.md b/CHANGELOG.md index c3d07e2..b298fff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 2c918b1..e84c798 100644 --- a/package.json +++ b/package.json @@ -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",