mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
03.54.2025 8590af695a4c6cddc135d40619dc7103a7519646
chore: release v1.16.2
3 files modified
13 ■■■■ changed files
CHANGELOG.md 7 ●●●●● patch | view | raw | blame | history
package-lock.json 4 ●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
## [1.16.2](https://github.com/lxndrblz/anatole/compare/v1.16.1...v1.16.2) (2025-01-03)
### Bug Fixes
* broken rss feed ([#535](https://github.com/lxndrblz/anatole/issues/535)) ([1c6273e](https://github.com/lxndrblz/anatole/commit/1c6273e5c61c9a9e3d2aeb95317acea30f41e13d))
## [1.16.1](https://github.com/lxndrblz/anatole/compare/v1.16.0...v1.16.1) (2024-12-26)
### Bug Fixes
package-lock.json
@@ -1,12 +1,12 @@
{
  "name": "anatole",
  "version": "1.16.1",
  "version": "1.16.2",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "anatole",
      "version": "1.16.1",
      "version": "1.16.2",
      "license": "MIT",
      "devDependencies": {
        "@commitlint/cli": "^19.5.0",
package.json
@@ -1,6 +1,6 @@
{
  "name": "anatole",
  "version": "1.16.1",
  "version": "1.16.2",
  "description": "Anatole is a beautiful minimalist two-column hugo theme based on farbox-theme-Anatole.",
  "scripts": {
    "build": "hugo --themesDir=../.. --source=exampleSite && shx rm -rf ./resources && shx cp -r ./exampleSite/resources ./resources && shx echo Done building resources.",