We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da099b commit 8f4ded1Copy full SHA for 8f4ded1
CHANGELOG.md
@@ -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
8
## [2.0.0](https://github.com/KenanY/glicko2-lite/compare/1.0.2...2.0.0) (2021-11-23)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "glicko2-lite",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "Barebones Glicko-2 implementation",
"keywords": [
"statistics"
0 commit comments