From 75a338531a17c77d76550536b77bae04677e25e6 Mon Sep 17 00:00:00 2001 From: Olaf Ennen Date: Mon, 18 Nov 2024 13:32:24 +0100 Subject: [PATCH] chore: v.5.0.0 (#242) Co-authored-by: Olaf Ennen --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",