Skip to content

Commit

Permalink
0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Sep 8, 2023
1 parent 20d5d69 commit 33f663f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Nothing yet!

## [0.11.2] - 2023-09-09

### Fixed

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

- Everything!

[unreleased]: https://github.com/RobinMalfait/lazy-collections/compare/v0.11.1...HEAD
[unreleased]: https://github.com/RobinMalfait/lazy-collections/compare/v0.11.2...HEAD
[0.11.2]: https://github.com/RobinMalfait/lazy-collections/compare/v0.11.1...v0.11.2
[0.11.1]: https://github.com/RobinMalfait/lazy-collections/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/RobinMalfait/lazy-collections/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/RobinMalfait/lazy-collections/releases/tag/v0.10.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lazy-collections",
"version": "0.11.1",
"version": "0.11.2",
"description": "Collection of fast and lazy operations",
"main": "./dist/index.js",
"type": "module",
Expand Down

0 comments on commit 33f663f

Please sign in to comment.