From 610f6e36b6152b3cdda1b9c1d37c87169ddd2760 Mon Sep 17 00:00:00 2001 From: Anima <18208134+animafps@users.noreply.github.com> Date: Thu, 23 Dec 2021 09:57:14 +1300 Subject: [PATCH] chore(release): 3.5.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d878408 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [3.5.0](https://github.com/animafps/fpsmath/compare/v3.4.0...v3.5.0) (2021-12-22) + + +### Features + +* added analytics ([#174](https://github.com/animafps/fpsmath/issues/174)) ([8fe6d9e](https://github.com/animafps/fpsmath/commit/8fe6d9e8df833fc1f3aa723a2d2da11f1aad86c8)) diff --git a/package.json b/package.json index d2f78c6..2eaf0ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fpsmath", "private": true, - "version": "3.4.0", + "version": "3.5.0", "homepage": "https://fpsmath.xyz", "license": "AGPL-3.0-or-later", "main": "dist/index.js",