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

Alexander Bilz
16.50.2024 7f64f68cf12e60c1922f894846ba411904cbf3ec
chore: release v1.15.1
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.15.1](https://github.com/lxndrblz/anatole/compare/v1.15.0...v1.15.1) (2024-10-16)
### Bug Fixes
* deprecation warnings ([#521](https://github.com/lxndrblz/anatole/issues/521)) ([98c88d0](https://github.com/lxndrblz/anatole/commit/98c88d0574cba5072c5fa11accf66776ea5d0cf9))
## [1.15.0](https://github.com/lxndrblz/anatole/compare/v1.14.0...v1.15.0) (2024-07-24)
### Features
package-lock.json
@@ -1,12 +1,12 @@
{
  "name": "anatole",
  "version": "1.15.0",
  "version": "1.15.1",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "anatole",
      "version": "1.15.0",
      "version": "1.15.1",
      "license": "MIT",
      "devDependencies": {
        "@commitlint/cli": "^19.5.0",
package.json
@@ -1,6 +1,6 @@
{
  "name": "anatole",
  "version": "1.15.0",
  "version": "1.15.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.",