Skip to content

Commit d7fa8bb

Browse files
chore(release): 3.2.0 [skip ci]
## [3.2.0](3.1.0...3.2.0) (2023-04-26) ### Features * update inequality in step 5.4 ([72d4996](72d4996))
1 parent 0318214 commit d7fa8bb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.2.0](https://github.com/KenanY/glicko2-lite/compare/3.1.0...3.2.0) (2023-04-26)
2+
3+
4+
### Features
5+
6+
* update inequality in step 5.4 ([72d4996](https://github.com/KenanY/glicko2-lite/commit/72d499643f6ec74b335ea2edd145392c1a478759))
7+
18
## [3.1.0](https://github.com/KenanY/glicko2-lite/compare/3.0.0...3.1.0) (2023-03-26)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glicko2-lite",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Barebones Glicko-2 implementation",
55
"keywords": [
66
"statistics"

0 commit comments

Comments
 (0)