We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5fd33 commit f47dc5aCopy full SHA for f47dc5a
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [3.10.1] - 2020-08-12
10
+### Fixed
11
+- typos
12
+
13
## [3.10.0] - 2020-06-12
14
### Fixed
15
- refactor
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sort-algorithms-js",
3
- "version": "3.10.0",
+ "version": "3.10.1",
4
"description": "production-ready sort algorithms implementation in javascript.",
5
"main": "index.js",
"directories": {
0 commit comments