mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
24.34.2024 503fbc91019814a24d8b4506422638fea869714d
chore(release): v2.11.0

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2 files modified
6 ■■■■■ changed files
CHANGELOG.md 2 ●●●●● patch | view | raw | blame | history
package.json 4 ●●●● patch | view | raw | blame | history
CHANGELOG.md
@@ -1,4 +1,6 @@
# Changelog
## [2.11.0](https://github.com/thenewdynamic/gohugo-theme-ananke/compare/v2.10.1-prerelease.6...v2.11.0) (2024-10-24)
## [2.10.1-prerelease.6](https://github.com/thenewdynamic/gohugo-theme-ananke/compare/v2.10.1-prerelease.4...v2.10.1-prerelease.6) (2024-10-24)
package.json
@@ -1,7 +1,7 @@
{
  "name": "@thenewdynamic/gohugo-theme-ananke",
  "description": "Ananke: A theme for Hugo Sites",
  "version": "2.10.1-prerelease.6",
  "version": "2.11.0",
  "license": "MIT",
  "repository": "thenewdynamic/gohugo-theme-ananke",
  "author": "Bud Parr (https://github.com/budparr)",
@@ -50,7 +50,7 @@
  },
  "wireit": {
    "release": {
      "command": "commit-and-tag-version --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" -- --no-verify"
      "command": "commit-and-tag-version --release-as minor --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" -- --no-verify"
    },
    "release:pre": {
      "command": "commit-and-tag-version --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" --prerelease prerelease -- --no-verify"