Skip to content

Commit aa7ada9

Browse files
committed
Update package version to 1.5.0
1 parent be02171 commit aa7ada9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.5.0] - 2021/07/07
9+
10+
### Added
11+
12+
- New `Timing01` struct
13+
- New `TimingRange01` struct
14+
- New `IAnimationCurve<T>` interface
15+
16+
### Changed
17+
18+
- Removed root bone from avatar masks
19+
- Updated documentation comments
20+
- Updated package metadata
21+
822
## [1.4.2] - 2021/07/01
923

1024
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.zigurous.animation",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"displayName": "Zigurous 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)