Skip to content

Commit

Permalink
Merge pull request #25 from eyas-ranjous/development
Browse files Browse the repository at this point in the history
v3.0.7
  • Loading branch information
eyas-ranjous authored May 1, 2020
2 parents 93406a0 + c29a8d4 commit 3ba314b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.7] - 2020-05-01
### Fixed
- README

## [3.0.6] - 2020-05-01
### Fixed
- README
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ grunt build
```

## Collaboration
I welcome every collaboration in the project whether in improving what is implmented or adding new algorithms. Simply fork the repo to your github and push your code. It just has to be consistent with the existing code structure and style, and deliver tested and documented solution. Once done, open a PR from development branch. Thanks!
If you have some ideas to improve the implemented algorithms or add new ones, please fork the repo to your github and push your code. It just has to be consistent with the existing code structure and style, and deliver tested and documented solution. Once done, open a PR from development branch. Thanks!

### 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.6",
"version": "3.0.7",
"description": "production-ready sort algorithms implementation in javascript.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 3ba314b

Please sign in to comment.