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

Patrick Kollitsch
11 hours ago 2fcbdcc0bffe004e26c06033c1cd46027e417106
chore(release): v2.13.2
3 files modified
12 ■■■■ changed files
CHANGELOG.md 6 ●●●●● 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,11 @@
# Changelog
## [2.13.2](https://github.com/gohugo-ananke/ananke/compare/v2.13.1...v2.13.2) (2026-05-15)
### Build
* **fix:** proper release key attribution ([db5561d](https://github.com/gohugo-ananke/ananke/commit/db5561d78a249902f8aa9cd3e79e73ace414292f))
## [2.13.1](https://github.com/gohugo-ananke/ananke/compare/v2.13.0...v2.13.1) (2026-05-15)
### Build
package-lock.json
@@ -1,12 +1,12 @@
{
    "name": "@gohugo-ananke/ananke",
    "version": "2.13.1",
    "version": "2.13.2",
    "lockfileVersion": 3,
    "requires": true,
    "packages": {
        "": {
            "name": "@gohugo-ananke/ananke",
            "version": "2.13.1",
            "version": "2.13.2",
            "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.13.1",
    "version": "2.13.2",
    "license": "MIT",
    "repository": "gohugo-ananke/ananke",
    "author": "Bud Parr (https://github.com/budparr)",