Skip to content

Commit

Permalink
chore(release): 3.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.2.0](3.1.0...3.2.0) (2023-04-26)

### Features

* update inequality in step 5.4 ([72d4996](72d4996))
  • Loading branch information
semantic-release-bot committed Apr 26, 2023
1 parent 0318214 commit d7fa8bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.2.0](https://github.com/KenanY/glicko2-lite/compare/3.1.0...3.2.0) (2023-04-26)


### Features

* update inequality in step 5.4 ([72d4996](https://github.com/KenanY/glicko2-lite/commit/72d499643f6ec74b335ea2edd145392c1a478759))

## [3.1.0](https://github.com/KenanY/glicko2-lite/compare/3.0.0...3.1.0) (2023-03-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glicko2-lite",
"version": "3.1.0",
"version": "3.2.0",
"description": "Barebones Glicko-2 implementation",
"keywords": [
"statistics"
Expand Down

0 comments on commit d7fa8bb

Please sign in to comment.