diff --git a/docs/changelog.md b/docs/changelog.md index 783c73a..e7d9804 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,10 @@ +## [3.1.1](https://github.com/animafps/fpsmath/compare/v3.1.0...v3.1.1) (2021-10-12) + + +### Bug Fixes + +* **array:** fixed bug with game names not allowing mixed or upper case inputs ([e33cdac](https://github.com/animafps/fpsmath/commit/e33cdaca902e6ce7e7cd95a0220c42b51e832a71)) + # [3.1.0](https://github.com/animafps/fpsmath/compare/v3.0.6...v3.1.0) (2021-10-10) diff --git a/package.json b/package.json index 6add2fa..8011a57 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fpsmath", "private": true, - "version": "3.1.0", + "version": "3.1.1", "homepage": "https://fpsmath.animafps.xyz", "license": "AGPL-3.0-or-later", "main": "dist/index.js",