From 8c668e30dea8b3771b5c1e81dc3f0b07641699c2 Mon Sep 17 00:00:00 2001 From: Craig Dennis Date: Wed, 21 May 2014 17:16:30 +0100 Subject: [PATCH 1/3] docs: add old releases manually --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95017fd..9860c75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ + +### 1.1.2 (2014-05-21) + + ## 1.1.0 (2014-05-21) @@ -18,3 +22,24 @@ Before: After: `$('#your-id').animateCSS('fadeIn', {delay:2000});` + + +## 1.0.6 (2013-10-30) + + +## 1.0.5 (2013-10-20) + + +## 1.0.4 (2013-01-18) + + +## 1.0.3 (2013-10-20) + + +## 1.0.2 (2013-10-20) + + +## 1.0.1 (2013-10-17) + + +## 1.0.0 (2012-11-26) From 8865bf5ec9886be3c074e7d097029d017ce025c7 Mon Sep 17 00:00:00 2001 From: Craig Dennis Date: Wed, 21 May 2014 17:19:22 +0100 Subject: [PATCH 2/3] docs: add new build version --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9860c75..1d8c012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ + +### 1.1.2-1 (2014-05-21) + + ### 1.1.2 (2014-05-21) From d7ae31ac653eaca8103b94ab52293b12262561c4 Mon Sep 17 00:00:00 2001 From: Craig Dennis Date: Wed, 21 May 2014 17:19:36 +0100 Subject: [PATCH 3/3] Bumped version to v1.1.2-1 --- animateCSS.jquery.json | 2 +- bower.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/animateCSS.jquery.json b/animateCSS.jquery.json index c53c919..dc69b9e 100644 --- a/animateCSS.jquery.json +++ b/animateCSS.jquery.json @@ -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", diff --git a/bower.json b/bower.json index f4127b4..11dd91e 100644 --- a/bower.json +++ b/bower.json @@ -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" }, diff --git a/package.json b/package.json index 7052077..c753a4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "animateCSS", - "version": "1.1.2", + "version": "1.1.2-1", "description": "Animate CSS jQuery Plugin", "keywords": [ "jquery-plugin",