Skip to content

Commit e55a076

Browse files
committed
0.11.1
1 parent 8e66ca7 commit e55a076

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.1] - 2023-09-09
13+
1014
### Fixed
1115

1216
- Expose `toLength` ([81863b4](https://github.com/RobinMalfait/lazy-collections/commit/81863b4be918d757392319d990bbb2643b5bfa7d))
@@ -31,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3135

3236
- Everything!
3337

34-
[unreleased]: https://github.com/RobinMalfait/lazy-collections/compare/v0.11.0...HEAD
38+
[unreleased]: https://github.com/RobinMalfait/lazy-collections/compare/v0.11.1...HEAD
39+
[0.11.1]: https://github.com/RobinMalfait/lazy-collections/compare/v0.11.0...v0.11.1
3540
[0.11.0]: https://github.com/RobinMalfait/lazy-collections/compare/v0.10.0...v0.11.0
3641
[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.0",
3+
"version": "0.11.1",
44
"description": "Collection of fast and lazy operations",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)