From 853ddc19597638033da442fb821691d9c315c2d0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 12 Oct 2021 01:02:48 +0000 Subject: [PATCH] chore(release): 3.1.1 [skip ci] ## [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)) --- docs/changelog.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",