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 f83221b commit 935ef58Copy full SHA for 935ef58
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.1] - 2021-06-13
10
+### Fixed
11
+- README.
12
+
13
## [4.1.0] - 2021-06-13
14
### Added
15
- typescript.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@datastructures-js/queue",
3
- "version": "4.1.0",
+ "version": "4.1.1",
4
"description": "a performant queue implementation in javascript",
5
"main": "index.js",
"scripts": {
0 commit comments