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

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
passy committed Jul 25, 2014
1 parent 56fd2e8 commit cd2a09c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
<a name="0.9.0"></a>
## 0.9.0 (2014-07-25)


#### Bug Fixes

* **deps:** upgrade jQuery and ImagesLoaded ((b9ee26c3), closes (#57))


#### Features

* **directive:** add `reload-on-show` option ((1b6e2b0b))


<a name="0.8.1"></a>
### 0.8.1 (2014-03-08)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "angular-masonry",
"description": "An AngularJS directive for Masonry.",
"version": "0.8.1",
"version": "0.9.0",
"main": "./angular-masonry.js",
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "angular-masonry",
"version": "0.8.1",
"version": "0.9.0",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "^0.4.0",
Expand Down

0 comments on commit cd2a09c

Please sign in to comment.