Skip to content
This repository has been archived by the owner on Feb 25, 2018. It is now read-only.

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmh committed Feb 24, 2015
1 parent 8ef64e8 commit 5437a37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

### HEAD

### 0.4.1 (February, 24th, 2015)
* Optimize Performance (+28%) (#22)

### 0.4.0 (February, 23th, 2015)
* Add option `disableCrossDomain: 'true'` to ignore external stylesheets (CORS/CSP) (#7, #15)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "object-fit",
"version": "0.4.0",
"version": "0.4.1",
"main": [
"dist/polyfill.object-fit.js",
"dist/polyfill.object-fit.css"
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": "object-fit",
"title": "object-fit polyfill",
"description": "Polyfill for the CSS object-fit property to fit images into containers",
"version": "0.4.0",
"version": "0.4.1",
"homepage": "https://github.com/anselmh/object-fit",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5437a37

Please sign in to comment.