diff --git a/CHANGELOG.md b/CHANGELOG.md index cfcb81b..59b0b6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ ## Unreleased +## [2.1.1](https://github.com/peetzweg/papr/compare/v2.1.0...v2.1.1) - 2026-04-06 + +### Fixed + +- use HomePage.Root instead of HomePage in landing page MDX +- bump Node.js to 22 for docs build (vocs requires fs.globSync) + +### Other + +- add preview images for all layouts and fix image paths +- Merge pull request #58 from peetzweg/feature-vocs +- add Vocs documentation site with GitHub Pages deployment + ## [2.1.0](https://github.com/peetzweg/papr/compare/v2.0.0...v2.1.0) - 2026-04-06 ### Added diff --git a/Cargo.lock b/Cargo.lock index 7a37a2d..77afc7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -527,7 +527,7 @@ dependencies = [ [[package]] name = "papr-cli" -version = "2.1.0" +version = "2.1.1" dependencies = [ "cairo-rs", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 200c7d9..99a7bc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "papr-cli" -version = "2.1.0" +version = "2.1.1" edition = "2024" description = "Generate printable calendar PDFs and SVGs" license = "MIT"