From 185d32f20de0de81736b22f7aec3e77c8929b12e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 30 Aug 2021 05:09:55 +0000 Subject: [PATCH] chore(release): 1.0.6 [skip ci] ## [1.0.6](https://github.com/animafps/glicko2.ts/compare/v1.0.5...v1.0.6) (2021-08-30) ### Bug Fixes * fixed docs not being displayed correctly ([c6953a4](https://github.com/animafps/glicko2.ts/commit/c6953a47dc236e548eaf053c62622c46ff579cdc)) --- changelog.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 9ae00d6..467484c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +## [1.0.6](https://github.com/animafps/glicko2.ts/compare/v1.0.5...v1.0.6) (2021-08-30) + + +### Bug Fixes + +* fixed docs not being displayed correctly ([c6953a4](https://github.com/animafps/glicko2.ts/commit/c6953a47dc236e548eaf053c62622c46ff579cdc)) + ## [1.0.5](https://github.com/animafps/glicko2.ts/compare/v1.0.4...v1.0.5) (2021-08-30) diff --git a/package.json b/package.json index 669f80a..76d07d9 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "ranking", "glicko2" ], - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "main": "dist/glicko2.js", "types": "dist/glicko2.d.ts",