Skip to content

Commit 33f663f

Browse files
committed
0.11.2
1 parent 20d5d69 commit 33f663f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- Nothing yet!
11+
12+
## [0.11.2] - 2023-09-09
13+
1014
### Fixed
1115

1216
- Fix order of arguments in `toLength` ([a49c24b](https://github.com/RobinMalfait/lazy-collections/commit/a49c24b7758d85042554bca66c1346c4a808eda8))
@@ -37,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3741

3842
- Everything!
3943

40-
[unreleased]: https://github.com/RobinMalfait/lazy-collections/compare/v0.11.1...HEAD
44+
[unreleased]: https://github.com/RobinMalfait/lazy-collections/compare/v0.11.2...HEAD
45+
[0.11.2]: https://github.com/RobinMalfait/lazy-collections/compare/v0.11.1...v0.11.2
4146
[0.11.1]: https://github.com/RobinMalfait/lazy-collections/compare/v0.11.0...v0.11.1
4247
[0.11.0]: https://github.com/RobinMalfait/lazy-collections/compare/v0.10.0...v0.11.0
4348
[0.10.0]: https://github.com/RobinMalfait/lazy-collections/releases/tag/v0.10.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lazy-collections",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"description": "Collection of fast and lazy operations",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)