Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Mar 28, 2024
1 parent 3124128 commit 9e71da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project try to adheres to [Semantic Versioning](https://semver.org/).
Go to the `v1` branch to see the changelog of Lume 1.

## [2.1.3] - Unreleased
## [2.1.3] - 2024-03-28
### Added
- PostCSS plugin: new option `name` with the default value `postcss` [#582].
- date plugin: new formats `HUMAN_SINCE` and `HUMAN_SINCE_STRICT` expose [`formatDistanceToNow`](https://date-fns.org/v3.6.0/docs/formatDistanceToNow) and [`formatDistanceToNowStrict`](https://date-fns.org/v3.6.0/docs/formatDistanceToNowStrict) in the [date-fns](https://date-fns.org/) package, so you can refer to the amount of time that has passed since the an article was last written/modified, rather than just the date it was written.
Expand Down Expand Up @@ -330,7 +330,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
[#582]: https://github.com/lumeland/lume/issues/582
[#585]: https://github.com/lumeland/lume/issues/585

[2.1.3]: https://github.com/lumeland/lume/compare/v2.1.2...HEAD
[2.1.3]: https://github.com/lumeland/lume/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/lumeland/lume/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/lumeland/lume/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/lumeland/lume/compare/v2.0.3...v2.1.0
Expand Down

0 comments on commit 9e71da8

Please sign in to comment.