Skip to content

Commit 8f4ded1

Browse files
chore(release): 2.0.1 [skip ci]
### [2.0.1](2.0.0...2.0.1) (2021-11-24) ### Bug Fixes * add type coverage through JSDoc ([1da099b](1da099b))
1 parent 1da099b commit 8f4ded1

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+
### [2.0.1](https://github.com/KenanY/glicko2-lite/compare/2.0.0...2.0.1) (2021-11-24)
2+
3+
4+
### Bug Fixes
5+
6+
* add type coverage through JSDoc ([1da099b](https://github.com/KenanY/glicko2-lite/commit/1da099b1f530f4f1f8e4bc77afaf154296d45ee5))
7+
18
## [2.0.0](https://github.com/KenanY/glicko2-lite/compare/1.0.2...2.0.0) (2021-11-23)
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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Barebones Glicko-2 implementation",
55
"keywords": [
66
"statistics"

0 commit comments

Comments
 (0)