Skip to content

Commit 172e994

Browse files
committed
v4.2.1
1 parent 43cb307 commit 172e994

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
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [4.2.1] - 2021-06-20
9+
10+
### Fixed
11+
- export.
812

913
## [4.2.0] - 2021-06-19
1014

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/binary-search-tree",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "binary search tree & avl tree (self balancing tree) implementation in javascript",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)