Skip to content

Commit

Permalink
0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Sep 8, 2023
1 parent 8e66ca7 commit e55a076
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.1] - 2023-09-09

### Fixed

- Expose `toLength` ([81863b4](https://github.com/RobinMalfait/lazy-collections/commit/81863b4be918d757392319d990bbb2643b5bfa7d))
Expand All @@ -31,6 +35,7 @@ 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.0...HEAD
[unreleased]: https://github.com/RobinMalfait/lazy-collections/compare/v0.11.1...HEAD
[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.0",
"version": "0.11.1",
"description": "Collection of fast and lazy operations",
"main": "./dist/index.js",
"type": "module",
Expand Down

0 comments on commit e55a076

Please sign in to comment.