Skip to content

Commit

Permalink
Release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
easimonenko committed Dec 11, 2016
1 parent a047854 commit 64c1275
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Bloggero ChangeLog

## 2016-12-12, Version 0.2.3

* SimplePage splitted into MarkdownPage and HtmlPage.
* :new: Add support for highlight of source code.
* Added initial support for page options (html and markdown).

## 2016-12-10, Version 0.2.2

* Improved displaying of home page with list of posts.
Expand Down
2 changes: 1 addition & 1 deletion elm-package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.2",
"version": "0.2.3",
"summary": "Bloggero -- engine for static blogs written in Elm with Material Design Light.",
"repository": "https://github.com/easimonenko/bloggero-elm-mdl.git",
"license": "MIT",
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": "bloggero-elm-mdl",
"version": "0.2.2",
"version": "0.2.3",
"description": "Bloggero -- engine for static blogs with single page interface written in Elm with Material Design Light.",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit 64c1275

Please sign in to comment.