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",