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",