diff --git a/CHANGELOG.md b/CHANGELOG.md index 221e244..b1fef8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/elm-package.json b/elm-package.json index 56a3e3c..61c5cac 100644 --- a/elm-package.json +++ b/elm-package.json @@ -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", diff --git a/package.json b/package.json index 0b27245..8d37915 100644 --- a/package.json +++ b/package.json @@ -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": {