Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JB1905 committed Nov 11, 2018
1 parent 9f56304 commit ad08f63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# react-universal-tilt Changelog

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

## 1.1.2 (2018-11-01)
#### Internal
- cleaned up
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.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "react-universal-tilt",
"version": "1.1.3-beta.1",
"version": "1.1.3",
"description": "universal-tilt.js implementation for React component",
"main": "./lib/react-universal-tilt.min.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/JB1905/react-universal-tilt#readme",
"dependencies": {
"universal-tilt.js": "^1.2.0"
"universal-tilt.js": "^1.2.1"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
Expand Down

0 comments on commit ad08f63

Please sign in to comment.