Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JB1905 committed Nov 11, 2018
1 parent 97225b2 commit 8a55765
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
#### Bug Fix
- fix animation performance

## 1.2.1 (2018-11-11)
#### Bug Fix
- fixed bug with `window` global variable in Node.js

## 1.2.0 beta 1 / 1.2.0 (2018-10-15)
#### Breaking Changes
- replaced `mobile` option with `exclude` (disable tilt effect on selected user agents)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "universal-tilt.js",
"version": "1.2.1-beta.0",
"version": "1.2.1",
"description": "Parallax tilt effect library",
"main": "lib/universal-tilt.min.js",
"scripts": {
Expand Down

0 comments on commit 8a55765

Please sign in to comment.