We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8a231 commit 3b8af02Copy full SHA for 3b8af02
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [4.1.0] - 2021-06-13
10
+### Added
11
+- typescript.
12
+
13
## [4.0.0] - 2021-01-02
14
### Changed
15
- `.enqueue` can now chain other queue methods.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@datastructures-js/queue",
3
- "version": "4.0.0",
+ "version": "4.1.0",
4
"description": "a performant queue implementation in javascript",
5
"main": "index.js",
"scripts": {
0 commit comments