Skip to content

Commit

Permalink
chore: release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbrozer committed Sep 11, 2023
1 parent 095e9e2 commit 7d716ae
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* **ci:** fix changelog subjects ([7c13aa5](https://github.com/bigbrozer/publii-luci-theme/commit/7c13aa59a25aaba414c9a09baaf98f93ff4e9b17))

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


Expand Down Expand Up @@ -77,4 +84,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.4.0",
"version": "0.4.1",
"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.4.0",
"version": "0.4.1",
"scripts": {
"build-scss": "sass assets/scss/main.scss assets/css/main.css",
"release": "release-it"
Expand Down

0 comments on commit 7d716ae

Please sign in to comment.