Skip to content

Commit

Permalink
🔖 Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanhercaz committed Jan 10, 2020
1 parent b97e26b commit 3fd812a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmoji-changelogrc
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

<a name="0.2.1"></a>
## 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)]


<a name="0.2.0"></a>
## 0.2.0 (2020-01-10)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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": "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",
Expand Down

0 comments on commit 3fd812a

Please sign in to comment.