Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drublic committed Nov 19, 2014
1 parent 72e5cb8 commit cdba5fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "css-modal",
"version": "1.1.8",
"version": "1.2.0",
"main": [
"*.scss"
"*.scss",
"modal.js"
],
"author": "Hans Christian Reinl",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cdba5fc

Please sign in to comment.