Skip to content

Commit

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

### Bug Fixes

* fix typing of toObject when elementSelectorFn is given ([e992757](e992757)), closes [#87](#87)
  • Loading branch information
semantic-release-bot committed Mar 21, 2020
1 parent 9a834f8 commit adecaf6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.4.3](https://github.com/tomi/fromfrom/compare/v1.4.2...v1.4.3) (2020-03-21)


### Bug Fixes

* fix typing of toObject when elementSelectorFn is given ([e992757](https://github.com/tomi/fromfrom/commit/e992757822f77e23aa9dad8bae3d803385a318cd)), closes [#87](https://github.com/tomi/fromfrom/issues/87)

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


### Bug Fixes

* fix typing of toObject when elementSelectorFn is given ([e992757](https://github.com/tomi/fromfrom/commit/e992757822f77e23aa9dad8bae3d803385a318cd)), closes [#87](https://github.com/tomi/fromfrom/issues/87)
* **takewhile:** fix typings of takeWhile ([d05b342](https://github.com/tomi/fromfrom/commit/d05b34209ac4fa65003de600a46090125dadf86f))

## [1.4.2](https://github.com/tomi/fromfrom/compare/v1.4.1...v1.4.2) (2019-11-03)


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.2",
"version": "1.4.3",
"description": "LINQ inspired library to transform sequences of data",
"keywords": [
"LINQ",
Expand Down

0 comments on commit adecaf6

Please sign in to comment.