Skip to content

Commit f6400b5

Browse files
committed
v2.0.0
1 parent 9006740 commit f6400b5

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,25 @@ 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-
## [1.0.2] - 2021-JUN-24
8+
9+
## [2.0.0] - 2022-feb-09
10+
### Changed
11+
- deleteByKey to delete item by its key
12+
- deleteByValue to delete items by a matching criteria.
13+
- internal cleanup.
14+
15+
## [1.0.2] - 2021-jun-24
16+
### Fixed
17+
- index.d.ts
18+
19+
## [1.0.2] - 2021-jun-24
920
### Fixed
1021
- index.d.ts
1122

12-
## [1.0.1] - 2021-MAY-12
23+
## [1.0.1] - 2021-may-12
1324
### Fixed
1425
- README
1526

16-
## [1.0.0] - 2021-MAY-12
27+
## [1.0.0] - 2021-may-12
1728
### Added
1829
- v1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "round-robin-js",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "an implementation of round robin as a data structure",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)