diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ca4f5f..cb49933 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [2.12.1] - 2025-06-23 + ### Fixed - `figure` shortcode would load recursively when using the `default` paramater ([#1074](https://github.com/jpanther/congo/issues/1074)) @@ -984,7 +986,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Advanced customisation using simple Tailwind colour definitions and styles - Fully documented -[Unreleased]: https://github.com/jpanther/congo/compare/v2.12.0...HEAD +[Unreleased]: https://github.com/jpanther/congo/compare/v2.12.1...HEAD +[2.12.1]: https://github.com/jpanther/congo/compare/v2.12.0...v2.12.1 [2.12.0]: https://github.com/jpanther/congo/compare/v2.11.0...v2.12.0 [2.11.0]: https://github.com/jpanther/congo/compare/v2.10.0...v2.11.0 [2.10.0]: https://github.com/jpanther/congo/compare/v2.9.0...v2.10.0 diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index a7de709..2cb7cc6 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1,4 +1,4 @@ -/*! Congo v2.12.0 | MIT License | https://github.com/jpanther/congo */ +/*! Congo v2.12.1 | MIT License | https://github.com/jpanther/congo */ *, ::before, ::after { --tw-border-spacing-x: 0; diff --git a/assets/css/main.css b/assets/css/main.css index 79e450c..bf625dc 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,4 +1,4 @@ -/*! Congo v2.12.0 | MIT License | https://github.com/jpanther/congo */ +/*! Congo v2.12.1 | MIT License | https://github.com/jpanther/congo */ @tailwind base; @tailwind components; diff --git a/package-lock.json b/package-lock.json index 987bc5f..f26bbe9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hugo-congo-theme", - "version": "2.12.0", + "version": "2.12.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hugo-congo-theme", - "version": "2.12.0", + "version": "2.12.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a6f5852..668d968 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-congo-theme", - "version": "2.12.0", + "version": "2.12.1", "description": "Congo theme for Hugo", "scripts": { "preinstall": "rimraf assets/lib",