Skip to content

Commit 69d78fd

Browse files
committed
release: v2.0.3
1 parent 50e8d9f commit 69d78fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
88
- [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
99
- [`auto-changelog`](https://github.com/CookPete/auto-changelog)
1010

11-
## [v2.0.2](https://github.com/zrwusa/data-structure-typed/compare/v1.51.5...main) (upcoming)
11+
## [v2.0.3](https://github.com/zrwusa/data-structure-typed/compare/v1.51.5...main) (upcoming)
1212

1313
### Changes
1414

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/data-structures/queue/queue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { LinearBase } from '../base/linear-base';
2424
* let maxSum = 0;
2525
* let currentSum = 0;
2626
*
27-
* nums.forEach((num, i) => {
27+
* nums.forEach((num) => {
2828
* queue.push(num);
2929
* currentSum += num;
3030
*

0 commit comments

Comments
 (0)