From 8f4ded1b3a1f2b01039445699758544accd232be Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 Nov 2021 00:30:11 +0000 Subject: [PATCH] chore(release): 2.0.1 [skip ci] ### [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9f9c7..48eb88b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index b21d88d..e60acfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glicko2-lite", - "version": "2.0.0", + "version": "2.0.1", "description": "Barebones Glicko-2 implementation", "keywords": [ "statistics"