Skip to content

Commit a56a9eb

Browse files
chore(release): 1.37.1 [skip ci]
## [1.37.1](v1.37.0...v1.37.1) (2024-09-19) ### Bug Fixes * making the operations immutable ([#75](#75)) ([76c1edf](76c1edf))
1 parent 76c1edf commit a56a9eb

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.37.1](https://github.com/codibre/fluent-iterable/compare/v1.37.0...v1.37.1) (2024-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* making the operations immutable ([#75](https://github.com/codibre/fluent-iterable/issues/75)) ([76c1edf](https://github.com/codibre/fluent-iterable/commit/76c1edfb96ea0c0cc0b8a574e33b978ba98dc130))
7+
18
# [1.37.0](https://github.com/codibre/fluent-iterable/compare/v1.36.0...v1.37.0) (2024-07-29)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
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.37.0",
4+
"version": "1.37.1",
55
"private": false,
66
"author": {
77
"name": "Thiago O Santos <tos.oliveira@gmail.com>"

0 commit comments

Comments
 (0)