Skip to content

Commit 26df30e

Browse files
committed
chore: release v1.19.0
1 parent 7c76b55 commit 26df30e

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.19.0](https://github.com/lxndrblz/anatole/compare/v1.18.0...v1.19.0) (2026-02-28)
4+
5+
6+
### Features
7+
8+
* allow using custom SCSS ([#570](https://github.com/lxndrblz/anatole/issues/570)) ([07e40a5](https://github.com/lxndrblz/anatole/commit/07e40a5107ed05bb2dcaa5ea4117088f0246ebbe))
9+
10+
11+
### Bug Fixes
12+
13+
* add animation on 404 content and mobile footer ([#559](https://github.com/lxndrblz/anatole/issues/559)) ([7c76b55](https://github.com/lxndrblz/anatole/commit/7c76b55a1c1412579d4556075e5a4d92060c695f))
14+
* resolve .Site.Author error for Hugo 0.156.0 ([#583](https://github.com/lxndrblz/anatole/issues/583)) ([92946d0](https://github.com/lxndrblz/anatole/commit/92946d0c39dd5a27ff8c9a403a4f2f3cc2d5ab4a))
15+
316
## [1.18.0](https://github.com/lxndrblz/anatole/compare/v1.17.1...v1.18.0) (2025-09-20)
417

518
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anatole",
3-
"version": "1.18.0",
3+
"version": "1.19.0",
44
"description": "Anatole is a beautiful minimalist two-column hugo theme based on farbox-theme-Anatole.",
55
"scripts": {
66
"build": "hugo --themesDir=../.. --source=exampleSite && shx rm -rf ./resources && shx cp -r ./exampleSite/resources ./resources && shx echo Done building resources.",

0 commit comments

Comments
 (0)