Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.3...v1.5.0) (2020-03-21)

### Features

* **groupby:** add support to use objects as keys in groupBy ([d318187](d318187)), closes [#65](#65)
* export types from the main module ([feee577](feee577))
  • Loading branch information
semantic-release-bot committed Mar 21, 2020
1 parent 73957d0 commit 91be0ce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.5.0](https://github.com/tomi/fromfrom/compare/v1.4.3...v1.5.0) (2020-03-21)


### Features

* **groupby:** add support to use objects as keys in groupBy ([d318187](https://github.com/tomi/fromfrom/commit/d318187ce8df765a9a4b3208b965a9468d035dd5)), closes [#65](https://github.com/tomi/fromfrom/issues/65)
* export types from the main module ([feee577](https://github.com/tomi/fromfrom/commit/feee5774e2b55c1f561fecb07d9fca36ed3948f2))

## [1.4.3](https://github.com/tomi/fromfrom/compare/v1.4.2...v1.4.3) (2020-03-21)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fromfrom",
"version": "1.4.3",
"version": "1.5.0",
"description": "LINQ inspired library to transform sequences of data",
"keywords": [
"LINQ",
Expand Down

0 comments on commit 91be0ce

Please sign in to comment.