From cdba5fc059032bc84fb1c88e081112259c352337 Mon Sep 17 00:00:00 2001 From: Hans Christian Reinl Date: Wed, 19 Nov 2014 18:21:49 +0100 Subject: [PATCH] v1.2.0 --- CHANGELOG.md | 4 ++-- bower.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f428b..0de82c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog ## HEAD + +## 1.2.0 - 19.11.2014 * Fix IE8 error with HTML5 video plugin * Add images to test/ folder * Update core effects and only use necessary prefixes * Remove non-core effects of the modal (#161) - -## 1.2.0 - 16.10.2014 * Use * for files to ignore and include in bower.json * Sort JSHintRC file alphabetically * Move animations into separate SCSS file for better control diff --git a/bower.json b/bower.json index 68d1a62..d7d9caa 100644 --- a/bower.json +++ b/bower.json @@ -1,8 +1,8 @@ { "name": "css-modal", - "version": "1.1.8", + "version": "1.2.0", "main": [ - "*.scss" + "*.scss", "modal.js" ], "author": "Hans Christian Reinl", diff --git a/package.json b/package.json index f46ce1c..ff7553d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "css-modal", "title": "CSS Modal", "description": "Modals, built with pure CSS", - "version": "1.1.8", + "version": "1.2.0", "homepage": "https://github.com/drublic/css-modal", "author": { "name": "Hans Christian Reinl",