Skip to content

Commit aea80d1

Browse files
committed
- bump version
1 parent 7f83aed commit aea80d1

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Logs
22

3+
## v0.0.3
4+
5+
- bug fix: browserify with standalone name to correctly expose module
6+
7+
38
## v0.0.2
49

510
- rename `easing-fit.js`, `easing-fit.min.js` to `index.js` and `index.min.js`

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "zbryikt",
33
"name": "easing-fit",
44
"description": "Fit any easing function with keyframes and cubic-bezier timinf function",
5-
"version": "0.0.2",
5+
"version": "0.0.3",
66
"browser": "dist/index.bundle.min.js",
77
"main": "dist/index.min.js",
88
"homepage": "https://github.com/loadingio/easing-fit",

0 commit comments

Comments
 (0)