Skip to content

Commit 935ef58

Browse files
committed
v4.1.1
1 parent f83221b commit 935ef58

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.1] - 2021-06-13
10+
### Fixed
11+
- README.
12+
913
## [4.1.0] - 2021-06-13
1014
### Added
1115
- typescript.

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.1.0",
3+
"version": "4.1.1",
44
"description": "a performant queue implementation in javascript",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)