We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac656ab commit 4c262d1Copy full SHA for 4c262d1
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## v1.2.1: Small bug-fix
4
+- Fixed bug with `package.json`
5
+
6
## v1.2.0: Big-change
7
8
#### Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "es6-tween",
- "version": "1.0.4",
+ "version": "1.2.1",
"description": "ES6 implementation of amazing tween.js",
"main": "dist/Tween.js",
"directories": {
0 commit comments