Skip to content

Commit

Permalink
Version 2.0.4-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Rycochet committed May 28, 2018
1 parent 488a2a5 commit 86a918e
Show file tree
Hide file tree
Showing 9 changed files with 459 additions and 9 deletions.
450 changes: 450 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

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": "velocity-animate",
"version": "2.0.3",
"version": "2.0.4",
"description": "Accelerated JavaScript animation.",
"keywords": [
"velocity",
Expand Down
2 changes: 1 addition & 1 deletion velocity.es5.js

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

2 changes: 1 addition & 1 deletion velocity.es5.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion velocity.js

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

2 changes: 1 addition & 1 deletion velocity.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions velocity.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ e.mock=!1,
/**
* Save our version number somewhere visible.
*/
e.version="2.0.3",
e.version="2.0.4",
/**
* Added as a fallback for "import {Velocity} from 'velocity-animate';".
*/
Expand Down Expand Up @@ -1223,7 +1223,7 @@ e.mock=!1,
/**
* Save our version number somewhere visible.
*/
e.version="2.0.3",
e.version="2.0.4",
/**
* Added as a fallback for "import {Velocity} from 'velocity-animate';".
*/
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*/

// Automatically generated
export const VERSION = "2.0.3";
export const VERSION = "2.0.4";

0 comments on commit 86a918e

Please sign in to comment.