From bb8326b1dc3925cf490a24ef185aae4b1e74f0c0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Oct 2021 03:07:58 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/animafps/glicko2.ts/compare/v1.2.0...v1.3.0) (2021-10-25) ### Features * added support for teams, enum results, better formatting of updateRatings ([9787709](https://github.com/animafps/glicko2.ts/commit/9787709708a428854a4be59d08dfa04109ea2738)) --- changelog.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 76ff014..de4b73f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +# [1.3.0](https://github.com/animafps/glicko2.ts/compare/v1.2.0...v1.3.0) (2021-10-25) + + +### Features + +* added support for teams, enum results, better formatting of updateRatings ([9787709](https://github.com/animafps/glicko2.ts/commit/9787709708a428854a4be59d08dfa04109ea2738)) + # [1.2.0](https://github.com/animafps/glicko2.ts/compare/v1.1.0...v1.2.0) (2021-10-09) diff --git a/package.json b/package.json index 7f30797..3bede80 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "ranking", "glicko2" ], - "version": "1.2.0", + "version": "1.3.0", "license": "GPL-3.0-or-later", "main": "dist/index.js", "types": "dist/index.d.ts",