diff --git a/CHANGELOG.md b/CHANGELOG.md index 6867f31..4b8f1c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.2.0] - 2021/06/15 + +### Added + +- Setting to kill tweens when the scene is unloaded (default=true) + ## [2.1.0] - 2021/06/09 ### Added diff --git a/package.json b/package.json index 700fd5d..e1e91ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.zigurous.animation.tweening", - "version": "2.1.0", + "version": "2.2.0", "displayName": "Zigurous Tweening", "description": "The Tweening package provides a system for tweening object properties in Unity. A tween is an animation of a value from a start position to an end position using an easing function, providing a natural sense of motion.\n\nThe system is lightweight, optimized, type-safe, and memory efficient. Hundreds of pre-defined tweening functions can be called on many common Unity classes, or you can animate anything using generic tweening functions. Tweens can be controlled with many different control methods and various callback functions.", "unity": "2019.4",