Skip to content

Commit 4c262d1

Browse files
committed
# COMMIT LOG
#### Fixes - Fixed bug with `package.json`
1 parent ac656ab commit 4c262d1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## v1.2.1: Small bug-fix
4+
- Fixed bug with `package.json`
5+
36
## v1.2.0: Big-change
47

58
#### Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es6-tween",
3-
"version": "1.0.4",
3+
"version": "1.2.1",
44
"description": "ES6 implementation of amazing tween.js",
55
"main": "dist/Tween.js",
66
"directories": {

0 commit comments

Comments
 (0)