Skip to content

Commit 3b8af02

Browse files
committed
v4.1.0
1 parent fc8a231 commit 3b8af02

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [4.1.0] - 2021-06-13
10+
### Added
11+
- typescript.
12+
913
## [4.0.0] - 2021-01-02
1014
### Changed
1115
- `.enqueue` can now chain other queue methods.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datastructures-js/queue",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "a performant queue implementation in javascript",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)