Skip to content

Commit 7e67c65

Browse files
authored
Update CHANGELOG.md
1 parent fe88eba commit 7e67c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88
## [6.1.2] - 2024-07-13
99
### Fixed
10-
- LinkedList `removeEach` edge case to disconnect remove nodes from the remaining nodes in the list.
10+
- LinkedList `removeEach` edge case to disconnect removed nodes from the remaining nodes in the list.
1111
- LinkedList & DoublyLinkedList ts types, remove the necessity to cast to the custom node type in the functions.
1212

1313
## [6.1.1] - 2023-09-16

0 commit comments

Comments
 (0)
close