Skip to content
Merged

V1.1 #11

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="1.1.2-1"></a>
### 1.1.2-1 (2014-05-21)


<a name="1.1.2"></a>
### 1.1.2 (2014-05-21)


<a name="1.1.0"></a>
## 1.1.0 (2014-05-21)

Expand All @@ -18,3 +26,24 @@ Before:
After:

`$('#your-id').animateCSS('fadeIn', {delay:2000});`

<a name="1.0.6"></a>
## 1.0.6 (2013-10-30)

<a name="1.0.5"></a>
## 1.0.5 (2013-10-20)

<a name="1.0.4"></a>
## 1.0.4 (2013-01-18)

<a name="1.0.3"></a>
## 1.0.3 (2013-10-20)

<a name="1.0.2"></a>
## 1.0.2 (2013-10-20)

<a name="1.0.1"></a>
## 1.0.1 (2013-10-17)

<a name="1.0.0"></a>
## 1.0.0 (2012-11-26)
2 changes: 1 addition & 1 deletion animateCSS.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "animateCSS",
"title": "Animate CSS jQuery Plugin",
"description": "A jQuery plugin to dynamically apply animate.css animations with callbacks",
"version": "1.1.2",
"version": "1.1.2-1",
"homepage": "https://github.com/craigmdennis/animateCSS.git",
"author": {
"name": "Craig Dennis",
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "animateCSS",
"description": "A jQuery plugin to dynamically apply animate.css animations with callbacks",
"main": "dist/jquery.animatecss.js",
"version": "1.1.2",
"version": "1.1.2-1",
"dependencies": {
"animate.css": "~3.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "animateCSS",
"version": "1.1.2",
"version": "1.1.2-1",
"description": "Animate CSS jQuery Plugin",
"keywords": [
"jquery-plugin",
Expand Down