From 88817c9343b182df6f217cc754ea29d1ff0cae51 Mon Sep 17 00:00:00 2001 From: neogeek Date: Sat, 31 Aug 2019 15:29:58 -0400 Subject: [PATCH] Version bump. Updated CHANGELOG. --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b8fc8db..90951d54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.3.0] - 2019-08-31 + +### Features + +- Transform and camera extensions. + +### Maintenance + +- Updated documentation. +- Renamed LICENSE file. + ## [2.2.0] - 2019-08-24 ### Features diff --git a/package.json b/package.json index 977f176a..3a41f2d3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.candycoded.candycoded", "displayName": "CandyCoded", - "version": "2.2.0", + "version": "2.3.0", "unity": "2019.1", "description": "CandyCoded is a collection of useful components and extensions for building in Unity. Whether you are building a quick prototype or a production-ready experience, CandyCoded will help you get there.\n\nFeatures\n- ObservableList object\n- Vector2, Vector3 and Vector4 AnimationCurves objects\n- Transform animation methods\n- Raycast reflect method\n- Custom ScriptableObjects with event handlers\n- Event Profiler editor window\n- EnumMask enum attribute\n- InputManager methods", "dependencies": {