From 57ac74a1a464f6f6d4d5e11bf0308f31369df057 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 Oct 2021 22:17:39 +0000 Subject: [PATCH] chore(release): 3.3.0 # [3.3.0](https://github.com/animafps/fpsmath/compare/v3.2.0...v3.3.0) (2021-10-15) ### Features * added fov & fovconvert commands and fov helper functions ([#133](https://github.com/animafps/fpsmath/issues/133)) ([8c21582](https://github.com/animafps/fpsmath/commit/8c215824fa4c2ea258cad4b1c1a8281ed310bdde)) --- 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 69157ea..b125fc5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,10 @@ +# [3.3.0](https://github.com/animafps/fpsmath/compare/v3.2.0...v3.3.0) (2021-10-15) + + +### Features + +* added fov & fovconvert commands and fov helper functions ([#133](https://github.com/animafps/fpsmath/issues/133)) ([8c21582](https://github.com/animafps/fpsmath/commit/8c215824fa4c2ea258cad4b1c1a8281ed310bdde)) + # [3.2.0](https://github.com/animafps/fpsmath/compare/v3.1.2...v3.2.0) (2021-10-14) diff --git a/package.json b/package.json index fd8e93f..8ca4ef1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fpsmath", "private": true, - "version": "3.2.0", + "version": "3.3.0", "homepage": "https://fpsmath.animafps.xyz", "license": "AGPL-3.0-or-later", "main": "dist/index.js",