Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Oct 21, 2023
1 parent c4e4c26 commit a86e619
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project try to adheres to [Semantic Versioning](https://semver.org/),
but not always is possible (due the use of unstable features from Deno).
Any BREAKING CHANGE between minor versions will be documented here in upper case.

## [1.19.2] - Unreleased
## [1.19.2] - 2023-10-21
### Added
- The second argument of the `page.data.url()` function has the default URL value.
- Default options for `Server` class:
Expand All @@ -17,7 +17,7 @@ Any BREAKING CHANGE between minor versions will be documented here in upper case
- Removed schema.org meta tags in metas plugin, because they are are not valid.
Probably it needs a new specific plugin.
- Updated the minimum Deno version supported to `1.37.2`.
- `redirects` `www` middleware support `307`, `308` status code.
- `redirects` and `www` middleware support `307`, `308` status code.

### Fixed
- Ignore error checking Lume version in offline environments [#496].
Expand Down Expand Up @@ -2459,7 +2459,7 @@ The first version.
[#492]: https://github.com/lumeland/lume/issues/492
[#496]: https://github.com/lumeland/lume/issues/496

[1.19.2]: https://github.com/lumeland/lume/compare/v1.19.1...HEAD
[1.19.2]: https://github.com/lumeland/lume/compare/v1.19.1...v1.19.2
[1.19.1]: https://github.com/lumeland/lume/compare/v1.19.0...v1.19.1
[1.19.0]: https://github.com/lumeland/lume/compare/v1.18.5...v1.19.0
[1.18.5]: https://github.com/lumeland/lume/compare/v1.18.4...v1.18.5
Expand Down

0 comments on commit a86e619

Please sign in to comment.