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

Commit cd2a09c

Browse files
committed
v0.9.0
1 parent 56fd2e8 commit cd2a09c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="0.9.0"></a>
2+
## 0.9.0 (2014-07-25)
3+
4+
5+
#### Bug Fixes
6+
7+
* **deps:** upgrade jQuery and ImagesLoaded ((b9ee26c3), closes (#57))
8+
9+
10+
#### Features
11+
12+
* **directive:** add `reload-on-show` option ((1b6e2b0b))
13+
14+
115
<a name="0.8.1"></a>
216
### 0.8.1 (2014-03-08)
317

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-masonry",
33
"description": "An AngularJS directive for Masonry.",
4-
"version": "0.8.1",
4+
"version": "0.9.0",
55
"main": "./angular-masonry.js",
66
"ignore": [
77
"**/.*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-masonry",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"devDependencies": {
55
"grunt": "~0.4.1",
66
"grunt-contrib-concat": "^0.4.0",

0 commit comments

Comments
 (0)