From e4bb735988bcf4de618dc54dd6e7f06912a8184f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 27 Nov 2022 00:42:06 +0000 Subject: [PATCH] chore(release): 0.1.27 [skip ci] ## [0.1.27](https://github.com/dankreiger/groop/compare/v0.1.26...v0.1.27) (2022-11-27) ### Features * **perf:** up performance from quadratic to linear time ([#77](https://github.com/dankreiger/groop/issues/77)) ([6277380](https://github.com/dankreiger/groop/commit/62773806bf307434234319a225610aec9ed84bd1)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8c8cbf..0091774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.1.27](https://github.com/dankreiger/groop/compare/v0.1.26...v0.1.27) (2022-11-27) + + +### Features + +* **perf:** up performance from quadratic to linear time ([#77](https://github.com/dankreiger/groop/issues/77)) ([6277380](https://github.com/dankreiger/groop/commit/62773806bf307434234319a225610aec9ed84bd1)) + ## [0.1.26](https://github.com/dankreiger/groop/compare/v0.1.25...v0.1.26) (2022-11-26) diff --git a/package.json b/package.json index 4cd97f2..e0d66a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dankreiger/groop", - "version": "0.1.26", + "version": "0.1.27", "description": "Normalize an array of objects by a property.", "homepage": "https://github.com/dankreiger/groop#readme", "bugs": { @@ -101,4 +101,4 @@ "limit": "1 KB" } ] -} \ No newline at end of file +}