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