Skip to content

Commit bd2ccdd

Browse files
committed
Update package version to 1.6.2
1 parent d74204f commit bd2ccdd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.6.2] - 2021/11/14
9+
10+
### Changed
11+
12+
- Rewrote and simplified custom propety drawers
13+
14+
### Fixed
15+
16+
- Indentation of AnimatorParameter label in the editor
17+
818
## [1.6.1] - 2021/10/28
919

1020
### Changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.zigurous.animation",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"displayName": "Animation Library",
55
"description": "The Animation Library package contains assets and scripts for animating Unity objects. Animation behaviors include Blink, FollowPath, Move, Orbit, Rotate, Scale, SmoothFollow, SmoothLookAt, and more. The package also contains several animation-related data structures and predefined avatar masks.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)