Skip to content

Commit 0bba2b0

Browse files
committed
Update package version to 1.0.0
1 parent 0bdcfda commit 0bba2b0

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.0.0] - 2021/03/24
9+
10+
### Added
11+
12+
- Scripts
13+
- Ease
14+
- EaseFunction
15+
- Sequence
16+
- Settings
17+
- Tween
18+
- Tween+Chaining
19+
- Tweener
20+
- TweenState
21+
- TweenUpdater
22+
- Tweenable Objects
23+
- Audio
24+
- Camera
25+
- CanvasGroup
26+
- Graphic
27+
- Light
28+
- SpriteRenderer
29+
- TextMesh
30+
- Transform
31+

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.tweening",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"displayName": "Zigurous Animation Tweening",
55
"description": "The Animation Tweening package provides a system for tweening object properties in Unity.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)