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

Alexander Bilz
22.36.2025 11aa6c0e99e3cc941f7a74d74b93a22ee7162c34
chore: release v1.17.1
3 files modified
8 ■■■■■ changed files
CHANGELOG.md 2 ●●●●● 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,7 @@
# Changelog
## [1.17.1](https://github.com/lxndrblz/anatole/compare/v1.17.0...v1.17.1) (2025-06-22)
## [1.17.0](https://github.com/lxndrblz/anatole/compare/v1.16.2...v1.17.0) (2025-06-19)
### Features
package-lock.json
@@ -1,12 +1,12 @@
{
  "name": "anatole",
  "version": "1.17.0",
  "version": "1.17.1",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "anatole",
      "version": "1.17.0",
      "version": "1.17.1",
      "license": "MIT",
      "devDependencies": {
        "@commitlint/cli": "^19.5.0",
package.json
@@ -1,6 +1,6 @@
{
  "name": "anatole",
  "version": "1.17.0",
  "version": "1.17.1",
  "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.",