Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eyas-ranjous committed Feb 9, 2022
1 parent 9006740 commit f6400b5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.0.2] - 2021-JUN-24

## [2.0.0] - 2022-feb-09
### Changed
- deleteByKey to delete item by its key
- deleteByValue to delete items by a matching criteria.
- internal cleanup.

## [1.0.2] - 2021-jun-24
### Fixed
- index.d.ts

## [1.0.2] - 2021-jun-24
### Fixed
- index.d.ts

## [1.0.1] - 2021-MAY-12
## [1.0.1] - 2021-may-12
### Fixed
- README

## [1.0.0] - 2021-MAY-12
## [1.0.0] - 2021-may-12
### Added
- v1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "round-robin-js",
"version": "1.0.2",
"version": "2.0.0",
"description": "an implementation of round robin as a data structure",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f6400b5

Please sign in to comment.