Skip to content

Commit

Permalink
chore(release): 1.29.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.29.2](v1.29.1...v1.29.2) (2023-04-04)

### Bug Fixes

* fixing flatMap fields mapping for one field flatting ([#62](#62)) ([e50818c](e50818c))
  • Loading branch information
semantic-release-bot committed Apr 4, 2023
1 parent e50818c commit 6af4228
Show file tree
Hide file tree
Showing 3 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 @@
## [1.29.2](https://github.com/codibre/fluent-iterable/compare/v1.29.1...v1.29.2) (2023-04-04)


### Bug Fixes

* fixing flatMap fields mapping for one field flatting ([#62](https://github.com/codibre/fluent-iterable/issues/62)) ([e50818c](https://github.com/codibre/fluent-iterable/commit/e50818c42ef3b9e84098f010712bc41323ad8f05))

## [1.29.1](https://github.com/codibre/fluent-iterable/compare/v1.29.0...v1.29.1) (2023-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,7 +1,7 @@
{
"name": "@codibre/fluent-iterable",
"description": "Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).",
"version": "1.29.1",
"version": "1.29.2",
"private": false,
"author": {
"name": "Thiago O Santos <[email protected]>"
Expand Down

0 comments on commit 6af4228

Please sign in to comment.