Skip to content

Commit

Permalink
Merge pull request #28 from eyas-ranjous/development
Browse files Browse the repository at this point in the history
v3.0.9
  • Loading branch information
eyas-ranjous authored May 2, 2020
2 parents 1781848 + 5007856 commit a39bdd5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.9] - 2020-05-01
### Fixed
- README

## [3.0.8] - 2020-05-01
### Fixed
- README
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Sort Algorithms implementation in javascript with ability to use a comparison ca
* [mergeSort(list, compare)](#mergeSortlist-compare)
* [benchmark](#benchmark)
* [Build](#build)
* [Collaboration](#collaboration) 🤝
* [Contribution](#contribution) 🤝
* [License](#license)

## Implemented Algorithms
Expand Down Expand Up @@ -381,8 +381,8 @@ and I took the best and worst recorded time of each 10 iterations. the result wa
grunt build
```

## Collaboration
If you have some ideas to improve the implemented algorithms or add new ones, feel free to fork the repo to your github and push your code. It just has to be consistent with the existing code structure and style, as well as tests and README. Once done, please open a PR from development branch. Thanks 🌠
## Contribution
If you'd like to contribute to the project to improve the existing algorithms or implement new ones, feel free to fork the repo in your github and push your code. It just needs to be consistent with the existing code structure and style, as well as tests and README. Once done, please open a PR from development branch. Thanks 🌠

### License
## License
The MIT License. Full License is [here](https://github.com/eyas-ranjous/sort-algorithms-js/blob/master/LICENSE)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sort-algorithms-js",
"version": "3.0.8",
"version": "3.0.9",
"description": "production-ready sort algorithms implementation in javascript.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit a39bdd5

Please sign in to comment.