Skip to content

Commit

Permalink
tick version 1.4.2; Fixes #37
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Aug 21, 2015
1 parent f8fbfa7 commit 2c7f110
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outlayer",
"version": "1.4.1",
"version": "1.4.2",
"description": "the brains and guts of a layout library",
"main": "outlayer.js",
"dependencies": {
Expand Down
4 changes: 3 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

+ Added `parseFloat()` for percent values. Switched back to pixels for transform values. Fixed [isotope#948](https://github.com/metafizzy/isotope/issues/948)
### v1.4.2

+ Added `parseFloat()` for percent values. Switched back to pixels for transform values. Fixed [#37](https://github.com/metafizzy/outlayer/issues/37), [isotope#948](https://github.com/metafizzy/isotope/issues/948)

### v1.4.1

Expand Down
2 changes: 1 addition & 1 deletion outlayer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Outlayer v1.4.1
* Outlayer v1.4.2
* the brains and guts of a layout library
* MIT license
*/
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": "outlayer",
"version": "1.4.1",
"version": "1.4.2",
"description": "the brains and guts of a layout library",
"main": "outlayer.js",
"dependencies": {
Expand Down

0 comments on commit 2c7f110

Please sign in to comment.