Skip to content

Commit a9a9110

Browse files
committed
new version
1 parent a4c4a46 commit a9a9110

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ and this project try to adheres to [Semantic Versioning](https://semver.org/).
66
Go to the `v2` branch to see the changelog of Lume 2.
77
Go to the `v1` branch to see the changelog of Lume 1.
88

9-
## [Unreleased]
9+
## [3.2.4] - 2026-04-10
1010
### Added
11-
- `paginate.first` and `paginate.last` properties to get the first and last page of the pagination.
12-
- `feed` plugin: upgrade JSON output to JSON Feed 1.1.
13-
- `feed` plugin: add Atom feed support.
11+
- `paginate.first` and `paginate.last` properties to get the first and last page of the pagination [#827].
12+
- `feed` plugin: upgrade JSON output to JSON Feed 1.1 [#830].
13+
- `feed` plugin: add Atom feed support [#831].
1414

1515
### Fixed
16-
- Duplicated pages throws an error instead of using the `log.error` helper.
16+
- Duplicated pages now logs the error instead of throwing it.
1717
- Updated dependencies: `schema-dts`, `esbuild`, `sass`, `terser`, `katex`, `satori`, `zip-js`, `xml`, `deno-loader`, `pug`, `tailwindcss`, `decap-cms`, `partytown`, `unocss`, `pagefind`, `postcss` and icons.
1818

1919
## [3.2.3] - 2026-03-11
@@ -438,8 +438,11 @@ Go to the `v1` branch to see the changelog of Lume 1.
438438
[#817]: https://github.com/lumeland/lume/issues/817
439439
[#818]: https://github.com/lumeland/lume/issues/818
440440
[#823]: https://github.com/lumeland/lume/issues/823
441+
[#827]: https://github.com/lumeland/lume/issues/827
442+
[#830]: https://github.com/lumeland/lume/issues/830
443+
[#831]: https://github.com/lumeland/lume/issues/831
441444

442-
[Unreleased]: https://github.com/lumeland/lume/compare/v3.2.3...HEAD
445+
[3.2.4]: https://github.com/lumeland/lume/compare/v3.2.3...v3.2.4
443446
[3.2.3]: https://github.com/lumeland/lume/compare/v3.2.2...v3.2.3
444447
[3.2.2]: https://github.com/lumeland/lume/compare/v3.2.1...v3.2.2
445448
[3.2.1]: https://github.com/lumeland/lume/compare/v3.2.0...v3.2.1

0 commit comments

Comments
 (0)