Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 30, 2016
1 parent c0b4a35 commit 668d791
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
<a name="0.2.2"></a>
## 0.2.2 (2016-01-30)


* Enable prism ([c0b4a35](https://github.com/kikobeats/bloggy/commit/c0b4a35))



<a name="0.2.1"></a>
## 0.2.1 (2016-01-30)


* disabel facebook sdk injection. ([bb1ba5b](https://github.com/kikobeats/bloggy/commit/bb1ba5b))
* fix event url ([aa6416a](https://github.com/kikobeats/bloggy/commit/aa6416a))
* Release 0.2.1 ([ce40f25](https://github.com/kikobeats/bloggy/commit/ce40f25))
* Remove duplicate code ([a9b06bb](https://github.com/kikobeats/bloggy/commit/a9b06bb))


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.1.0'
version: '0.2.2'
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": "0.2.1",
"version": "0.2.2",
"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": "0.2.1",
"version": "0.2.2",
"main": "./index.js",
"author": {
"email": "josefrancisco.verdu@gmail.com",
Expand Down

0 comments on commit 668d791

Please sign in to comment.