Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
### [2.0.1](2.0.0...2.0.1) (2021-11-24)

### Bug Fixes

* add type coverage through JSDoc ([1da099b](1da099b))
  • Loading branch information
semantic-release-bot committed Nov 24, 2021
1 parent 1da099b commit 8f4ded1
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 @@
### [2.0.1](https://github.com/KenanY/glicko2-lite/compare/2.0.0...2.0.1) (2021-11-24)


### Bug Fixes

* add type coverage through JSDoc ([1da099b](https://github.com/KenanY/glicko2-lite/commit/1da099b1f530f4f1f8e4bc77afaf154296d45ee5))

## [2.0.0](https://github.com/KenanY/glicko2-lite/compare/1.0.2...2.0.0) (2021-11-23)


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": "2.0.0",
"version": "2.0.1",
"description": "Barebones Glicko-2 implementation",
"keywords": [
"statistics"
Expand Down

0 comments on commit 8f4ded1

Please sign in to comment.