From 9215b08d9addd63cd1920bfa38044470e801d7fd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 9 Oct 2021 21:52:04 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/animafps/glicko2.ts/compare/v1.1.0...v1.2.0) (2021-10-09) ### Features * **glicko2.ts:** added feature to be able to use custom volitility algorithms ([f9da4be](https://github.com/animafps/glicko2.ts/commit/f9da4beb3f4debf27644b871a1f3e1bf7131fedb)) --- changelog.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 97f9f38..76ff014 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/animafps/glicko2.ts/compare/v1.1.0...v1.2.0) (2021-10-09) + + +### Features + +* **glicko2.ts:** added feature to be able to use custom volitility algorithms ([f9da4be](https://github.com/animafps/glicko2.ts/commit/f9da4beb3f4debf27644b871a1f3e1bf7131fedb)) + # [1.1.0](https://github.com/animafps/glicko2.ts/compare/v1.0.6...v1.1.0) (2021-09-30) diff --git a/package.json b/package.json index 11ffe25..a06394c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "ranking", "glicko2" ], - "version": "1.1.0", + "version": "1.2.0", "license": "GPL-3.0-or-later", "main": "dist/glicko2.js", "types": "dist/glicko2.d.ts",