Skip to content

Commit f47dc5a

Browse files
committed
v3.10.1
1 parent ad5fd33 commit f47dc5a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.10.1] - 2020-08-12
10+
### Fixed
11+
- typos
12+
913
## [3.10.0] - 2020-06-12
1014
### Fixed
1115
- refactor

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sort-algorithms-js",
3-
"version": "3.10.0",
3+
"version": "3.10.1",
44
"description": "production-ready sort algorithms implementation in javascript.",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)