From 3fd812a8069029d748b49ec39ff50731b51dc439 Mon Sep 17 00:00:00 2001 From: ivanhercaz Date: Fri, 10 Jan 2020 16:30:13 +0000 Subject: [PATCH] :bookmark: Release 0.2.1 --- .gitmoji-changelogrc | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 2 +- package.json | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.gitmoji-changelogrc b/.gitmoji-changelogrc index 42c2bd1..42503bc 100644 --- a/.gitmoji-changelogrc +++ b/.gitmoji-changelogrc @@ -2,7 +2,7 @@ "project": { "name": "Buruma", "description": "a Pelican theme with Bulma (CSS Framework)", - "version": "0.1.0" + "version": "0.2.1" }, "commitMapping": [{ "group": "documentation", diff --git a/CHANGELOG.md b/CHANGELOG.md index a22b917..a9a006b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog + +## 0.2.1 (2020-01-10) + +### Changed + +- 🎨 Add space at the closing of SITEURL variable [[9de0e10](https://github.com/ivanhercaz/buruma/commit/9de0e109be8aabcf2942b6bd5a9c3bd9ac0c4d2d)] +- 🔧 Specify SITEURL because it was empty [[7ea15c9](https://github.com/ivanhercaz/buruma/commit/7ea15c9930847ddc48dfe831d95e210b58d903d4)] + +### Fixed + +- 🐛 Define conditions to choose theme logo (fix [#25](https://github.com/ivanhercaz/buruma/issues/25)) [[b97e26b](https://github.com/ivanhercaz/buruma/commit/b97e26b4d2a7c6c4393e5c3e3043cbc3cc497677)] + +### Documentation + +- 📝 Write documentation for WELCOME_HEADING [[0090b36](https://github.com/ivanhercaz/buruma/commit/0090b36d865eebcb2d03b92ae3679459fb273b5e)] +- 📝 Write documentation for CATS_NOT_DROPDOWN [[ae3fb67](https://github.com/ivanhercaz/buruma/commit/ae3fb675bcf1d96d811ef9fa86eba60596fa0a7f)] + + ## 0.2.0 (2020-01-10) diff --git a/README.md b/README.md index 8630d73..b0d6b41 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Buruma is a [Pelican](https://github.com/getpelican/pelican) theme built with the CSS framework [Bulma](https://bulma.io). -The current version is the [0.2.0](https://github.com/ivanhercaz/buruma/releases/tag/v0.2.0). +The current version is the [0.2.1](https://github.com/ivanhercaz/buruma/releases/tag/v0.2.1). If you want to use Buruma, I recommend you to read the available [quickstart](https://buruma.ivanhercaz.com/quickstart) in the documentation website, because it might help you to decide if Buruma is fine for you at this moment. diff --git a/package.json b/package.json index 77a5560..b110866 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buruma", - "version": "0.2.0", + "version": "0.2.1", "description": "a Pelican theme with Bulma (CSS Framework)", "scripts": { "css-build": "node-sass --omit-source-map-url static/scss/style.scss static/css/style.min.css --output-style compressed",