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

Alexander Bilz
16.25.2022 c8f9c1d7b796abe32210c1d222f7e2d1bd2577da
chore: release v1.10.0
3 files modified
19 ■■■■ changed files
CHANGELOG.md 15 ●●●●● patch | view | raw | blame | history
package-lock.json 2 ●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
## [1.10.0](https://github.com/lxndrblz/anatole/compare/v1.9.0...v1.10.0) (2022-04-16)
### Features
* use front matter description as rss item description ([89c8c65](https://github.com/lxndrblz/anatole/commit/89c8c6558702bf29fc1b07137d29ce80ab06ed5f))
### Bug Fixes
* loading the correct internal Google Analytics template for v4 token ([ec0175a](https://github.com/lxndrblz/anatole/commit/ec0175a4ed4131f4cf26d723c243d388b421d7eb)), closes [#339](https://github.com/lxndrblz/anatole/issues/339)
* remove double h1 tags ([#347](https://github.com/lxndrblz/anatole/issues/347)) ([849a2f2](https://github.com/lxndrblz/anatole/commit/849a2f2d9bca2928df6e86e98576e4ec2988d65f))
## [1.9.0](https://github.com/lxndrblz/anatole/compare/v1.8.0...v1.9.0) (2022-03-27)
### Features
@@ -217,4 +230,4 @@
### Bug Fixes
- fix white space in partials template ([a6a072f](https://github.com/lxndrblz/anatole/commit/a6a072f5165ae0aeaff3e381353fcc8d39d78835))
- fix white space in partials template ([a6a072f](https://github.com/lxndrblz/anatole/commit/a6a072f5165ae0aeaff3e381353fcc8d39d78835))
package-lock.json
@@ -1,6 +1,6 @@
{
  "name": "anatole",
  "version": "1.9.0",
  "version": "1.10.0",
  "lockfileVersion": 1,
  "requires": true,
  "dependencies": {
package.json
@@ -1,6 +1,6 @@
{
  "name": "anatole",
  "version": "1.9.0",
  "version": "1.10.0",
  "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.",