Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
Updated CHANGELOG.
  • Loading branch information
neogeek committed Aug 31, 2019
1 parent 0d76c2f commit 88817c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## [2.3.0] - 2019-08-31

### Features

- Transform and camera extensions. <https://github.com/CandyCoded/CandyCoded/pull/121>

### Maintenance

- Updated documentation.
- Renamed LICENSE file.

## [2.2.0] - 2019-08-24

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 88817c9

Please sign in to comment.