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

Patrick Kollitsch
yesterday c31ff8582907a3d06dcd524980895c7860befb99
chore(release): v2.19.0
3 files modified
25 ■■■■ changed files
CHANGELOG.md 19 ●●●●● 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,24 @@
# Changelog
## [2.19.0](https://github.com/gohugo-ananke/ananke/compare/v2.18.0...v2.19.0) (2026-06-07)
### Features
* add edit-page shortcode for GitHub edit links ([#1028](https://github.com/gohugo-ananke/ananke/issues/1028)) ([688f358](https://github.com/gohugo-ananke/ananke/commit/688f3584ad4d3625cd001855c1f01448316252ba))
### Bug Fixes
* normalise GoHugo to Hugo ([45143b5](https://github.com/gohugo-ananke/ananke/commit/45143b564b99709c2c23664de0bbcb7b1d30b17e))
* various changes to workspace, testing, linting, etc. ([c43eae2](https://github.com/gohugo-ananke/ananke/commit/c43eae25528e08a19e9bf4af4d5753ab814a1179))
### Build
* **vscode:** update workspace configuration ([9e1d7b9](https://github.com/gohugo-ananke/ananke/commit/9e1d7b96a2998887d174adf592b7f98adc4af14b))
### Documentation
* **ai:** add release notes prompt ([606eaac](https://github.com/gohugo-ananke/ananke/commit/606eaacd6cef65903078ab9b9f4550db53da96c0))
## [2.18.0](https://github.com/gohugo-ananke/ananke/compare/v2.17.1...v2.18.0) (2026-06-07)
### Features
package-lock.json
@@ -1,12 +1,12 @@
{
  "name": "@gohugo-ananke/ananke",
  "version": "2.18.0",
  "version": "2.19.0",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "@gohugo-ananke/ananke",
      "version": "2.18.0",
      "version": "2.19.0",
      "license": "MIT",
      "dependencies": {
        "cssnano": "8.0.1",
package.json
@@ -1,7 +1,7 @@
{
  "name": "@gohugo-ananke/ananke",
  "description": "Ananke: A theme for Hugo Sites",
  "version": "2.18.0",
  "version": "2.19.0",
  "license": "MIT",
  "repository": "gohugo-ananke/ananke",
  "author": "Bud Parr (https://github.com/budparr)",