From 7e8490dd7392aaf6c819d4c3a0d48659cfb21534 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Sun, 10 Oct 2021 22:26:53 +0000 Subject: [PATCH] chore(release): 3.1.0 [skip ci] # [3.1.0](https://github.com/animafps/fpsmath/compare/v3.0.6...v3.1.0) (2021-10-10) ### Features * added better command error handling and replying ([#131](https://github.com/animafps/fpsmath/issues/131)) ([b658e6b](https://github.com/animafps/fpsmath/commit/b658e6b5dc3d287011970dcb5c3c9afcf2d18da8)) --- 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 e07bd4e..783c73a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,10 @@ +# [3.1.0](https://github.com/animafps/fpsmath/compare/v3.0.6...v3.1.0) (2021-10-10) + + +### Features + +* added better command error handling and replying ([#131](https://github.com/animafps/fpsmath/issues/131)) ([b658e6b](https://github.com/animafps/fpsmath/commit/b658e6b5dc3d287011970dcb5c3c9afcf2d18da8)) + ## [3.0.6](https://github.com/animafps/fpsmath/compare/v3.0.5...v3.0.6) (2021-10-10) diff --git a/package.json b/package.json index afba517..6add2fa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fpsmath", "private": true, - "version": "3.0.6", + "version": "3.1.0", "homepage": "https://fpsmath.animafps.xyz", "license": "AGPL-3.0-or-later", "main": "dist/index.js",