Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 5, 2016
1 parent 6dc88e9 commit e22ea5b
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="1.1.0"></a>
# 1.1.0 (2016-03-05)


* Add style for image caption ([6dc88e9](https://github.com/kikobeats/bloggy/commit/6dc88e9))
* Fix indent ([45a7e60](https://github.com/kikobeats/bloggy/commit/45a7e60))
* Fix typo ([4f5ee3d](https://github.com/kikobeats/bloggy/commit/4f5ee3d))
* Little refactor ([973cb86](https://github.com/kikobeats/bloggy/commit/973cb86))



<a name="1.0.0"></a>
# 1.0.0 (2016-02-29)

Expand All @@ -7,6 +18,7 @@
* Little adjusts ([6a39ffb](https://github.com/kikobeats/bloggy/commit/6a39ffb))
* Merge pull request #6 from foorb/patch-1 ([f0abd02](https://github.com/kikobeats/bloggy/commit/f0abd02))
* Optimize images ([32a38bf](https://github.com/kikobeats/bloggy/commit/32a38bf))
* Release 1.0.0 ([fcfcfdf](https://github.com/kikobeats/bloggy/commit/fcfcfdf))
* Support HTML in author section ([6dfea18](https://github.com/kikobeats/bloggy/commit/6dfea18))


Expand Down
4 changes: 2 additions & 2 deletions assets/css/bloggy.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/js/bloggy.en_ES.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/js/bloggy.en_US.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/src/__init.coffee
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

window.Bloggy = Bloggy =
version: '0.2.2'
version: '1.1.0'
is: (k, v=!'undefined') -> this.app.dataset[k] is v
app: do -> document.body

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bloggy",
"description": "Branding theme for Ghost",
"homepage": "https://github.com/kikobeats/bloggy",
"version": "1.0.0",
"version": "1.1.0",
"authors": [
"Kiko Beats <josefrancisco.verdu@gmail.com>"
],
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": "bloggy",
"description": "Branding theme for Ghost",
"homepage": "https://github.com/Kikobeats/bloggy",
"version": "1.0.0",
"version": "1.1.0",
"main": "./index.js",
"author": {
"name": "Kiko Beats",
Expand Down

0 comments on commit e22ea5b

Please sign in to comment.