Skip to content

Commit

Permalink
chore(release): 0.1.27 [skip ci]
Browse files Browse the repository at this point in the history
## [0.1.27](v0.1.26...v0.1.27) (2022-11-27)

### Features

* **perf:** up performance from quadratic to linear time ([#77](#77)) ([6277380](6277380))
  • Loading branch information
semantic-release-bot committed Nov 27, 2022
1 parent 6277380 commit e4bb735
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -101,4 +101,4 @@
"limit": "1 KB"
}
]
}
}

0 comments on commit e4bb735

Please sign in to comment.