Skip to content

Commit 6c5d29a

Browse files
chore(release): 1.39.0 [skip ci]
# [1.39.0](v1.38.1...v1.39.0) (2024-11-08) ### Features * adding to map chain operation ([#66](#66)) ([abb6a90](abb6a90)) * creating branch operation ([#76](#76)) ([df5203a](df5203a))
1 parent df5203a commit 6c5d29a

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.39.0](https://github.com/codibre/fluent-iterable/compare/v1.38.1...v1.39.0) (2024-11-08)
2+
3+
4+
### Features
5+
6+
* adding to map chain operation ([#66](https://github.com/codibre/fluent-iterable/issues/66)) ([abb6a90](https://github.com/codibre/fluent-iterable/commit/abb6a90b89b4a5516671c930791ca2325d05a0f9))
7+
* creating branch operation ([#76](https://github.com/codibre/fluent-iterable/issues/76)) ([df5203a](https://github.com/codibre/fluent-iterable/commit/df5203a550a2e79c65b6006c4264bf0da1a60299))
8+
19
## [1.38.1](https://github.com/codibre/fluent-iterable/compare/v1.38.0...v1.38.1) (2024-09-20)
210

311

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codibre/fluent-iterable",
33
"description": "Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).",
4-
"version": "1.38.1",
4+
"version": "1.39.0",
55
"private": false,
66
"author": {
77
"name": "Thiago O Santos <tos.oliveira@gmail.com>"

0 commit comments

Comments
 (0)