From 2398186b19f6bc99f90e937a15ecff454ea9f748 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 2 May 2020 10:49:29 +0000 Subject: [PATCH] chore(release): 2.3.0 [skip ci] # [2.3.0](https://github.com/adrenak/tork/compare/v2.2.0...v2.3.0) (2020-05-02) ### Features * Remove input stuff. ([97f4eba](https://github.com/adrenak/tork/commit/97f4eba7e52b8effff5a2ed14bd0c201b647b21f)) --- Assets/Tork/CHANGELOG.md | 7 +++++++ Assets/Tork/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Assets/Tork/CHANGELOG.md b/Assets/Tork/CHANGELOG.md index 640fc99..218cefa 100644 --- a/Assets/Tork/CHANGELOG.md +++ b/Assets/Tork/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.3.0](https://github.com/adrenak/tork/compare/v2.2.0...v2.3.0) (2020-05-02) + + +### Features + +* Remove input stuff. ([97f4eba](https://github.com/adrenak/tork/commit/97f4eba7e52b8effff5a2ed14bd0c201b647b21f)) + # [2.2.0](https://github.com/adrenak/tork/compare/v2.1.1...v2.2.0) (2020-04-26) diff --git a/Assets/Tork/package.json b/Assets/Tork/package.json index 6b0f68e..1c124b3 100644 --- a/Assets/Tork/package.json +++ b/Assets/Tork/package.json @@ -1,6 +1,6 @@ { "name": "com.adrenak.tork", - "version": "2.2.0", + "version": "2.3.0", "displayName": "Tork", "description": "Arcade vehicle physics for Unity.", "unity": "2018.4",