Skip to content

Commit

Permalink
chore(release): set version to 2.6.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.6.0](v2.5.0...v2.6.0) (2023-02-22)

#### Features

* **Utility:** add animation helper components ([2ad690f](2ad690f))
  > The AnimatorScrubber component allows an animation timeline to be scrubbed through by providing the exact normalized timestamp to jump the animation to.
  >
  > The AnimatorParameterMutator allows the mutation of parameters assigned to an Animation Controller.
  • Loading branch information
ExtendReality-Bot committed Feb 22, 2023
1 parent 4d44c7a commit 42f197a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.6.0](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v2.5.0...v2.6.0) (2023-02-22)

#### Features

* **Utility:** add animation helper components ([2ad690f](https://github.com/ExtendRealityLtd/Zinnia.Unity/commit/2ad690f546e517585de8739444622731ca02e390))
> The AnimatorScrubber component allows an animation timeline to be scrubbed through by providing the exact normalized timestamp to jump the animation to.
>
> The AnimatorParameterMutator allows the mutation of parameters assigned to an Animation Controller.
## [2.5.0](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v2.4.0...v2.5.0) (2023-02-19)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "io.extendreality.zinnia.unity",
"displayName": "Zinnia.Unity",
"description": "A collection of design patterns for the Unity software that can be beneficial in (but not limited to) spatial computing development.",
"version": "2.5.0",
"version": "2.6.0",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
Expand Down

0 comments on commit 42f197a

Please sign in to comment.