Skip to content

Commit

Permalink
chore: release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbrozer committed Sep 11, 2023
1 parent 822d980 commit 87f1e03
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.0](https://github.com/bigbrozer/publii-luci-theme/compare/0.3.0...0.4.0) (2023-09-11)


### Features

* feat(posts): use a small container for readability ([d80bf79](https://github.com/bigbrozer/publii-luci-theme/commit/d80bf7977a112e53be3edf93d56402a87f2fa193))


### Bug Fixes

* fix(changelog): now show short commit hash ([6e0790e](https://github.com/bigbrozer/publii-luci-theme/commit/6e0790eb71dabb91f230cb8e5c2797a870607431))

## [0.3.0](https://github.com/bigbrozer/publii-luci-theme/compare/0.2.0...0.3.0) (2023-09-10)


Expand Down Expand Up @@ -65,4 +77,4 @@
* articles on index use 2 cols ([cbe27ae](https://github.com/bigbrozer/publii-luci-theme/commit/cbe27ae47419c2796f1aa823d121322ea8f58090))
* expand author page section ([8779420](https://github.com/bigbrozer/publii-luci-theme/commit/8779420126d6f75158623417ae39148ce5ad0399))
* **portfolio:** respect ratio for images ([1cb1822](https://github.com/bigbrozer/publii-luci-theme/commit/1cb1822f36e507628976b32a7309294c8e323c58)), closes [#1](https://github.com/bigbrozer/publii-luci-theme/issues/1)
* set height match on card body ([49dd96c](https://github.com/bigbrozer/publii-luci-theme/commit/49dd96cf41bc868590676eefc71bfd92524b197b))
* set height match on card body ([49dd96c](https://github.com/bigbrozer/publii-luci-theme/commit/49dd96cf41bc868590676eefc71bfd92524b197b))
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Luci",
"version": "0.3.0",
"version": "0.4.0",
"author": "bigbrozer",
"renderer": {
"relatedPostsNumber": 3,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "luci",
"version": "0.3.0",
"version": "0.4.0",
"scripts": {
"build-scss": "sass assets/scss/main.scss assets/css/main.css",
"release": "release-it"
Expand Down

0 comments on commit 87f1e03

Please sign in to comment.