Skip to content

Commit

Permalink
Release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
easimonenko committed Jan 4, 2017
1 parent 9433d9b commit abc9846
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Bloggero ChangeLog

## 2017-01-05, Version 0.2.5

* :new: Post page with support HTML and Markdown format and with meta info.
* :new: Initial support for breadcrumbs in all pages.
* Extracted PageInfo.
* Added usage with Gulp.
* Refactoring and cleaning of code.
* Upgrade external CSS libraries (mdl, font-awesome, highlight.js).
* Many other minor changes.

## 2016-12-14, Version 0.2.4

* :new: Added component for links to pages.
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.4",
"version": "0.2.5",
"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.4",
"version": "0.2.5",
"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 abc9846

Please sign in to comment.