From 58915ae2a6f731777ef7eb63a7aebd65be525f91 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 May 2020 02:05:38 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/SaltboxGames/Saltbox/compare/v1.0.1...v1.1.0) (2020-05-20) ### Features * added vector2 rounding extentions ([d848653](https://github.com/SaltboxGames/Saltbox/commit/d84865322c0d77f89f8ea5d66dc7f70ca80d7d1d)) --- CHANGELOG.md | 6 ++++++ package.json | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b81e791 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# [1.1.0](https://github.com/SaltboxGames/Saltbox/compare/v1.0.1...v1.1.0) (2020-05-20) + + +### Features + +* added vector2 rounding extentions ([d848653](https://github.com/SaltboxGames/Saltbox/commit/d84865322c0d77f89f8ea5d66dc7f70ca80d7d1d)) diff --git a/package.json b/package.json index cb274ae..d6ee8e9 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "com.saltboxgames.saltbox", "displayName": "Saltbox", - "version": "1.0.1", + "version": "1.1.0", "unity": "2019.3", "description": "Utils and Common Assets", "author": { "name": "DustedHam", "email": "jon.gardner@Saltboxgames.com" - } -} \ No newline at end of file + } +}