Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jun 4, 2024
1 parent f36a671 commit 9ed353e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ 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.2.1] - Unreleased
## [2.2.1] - 2024-06-04
### Added
- Allow to run a server with `deno serve -A _config.ts`.
- New `noCors` middleware to prevent CORS errors during development.

### Changed
- Use `lume_init` depenency to upgrade Lume

### Fixed
- Port detection in `lume cms` command.
- Show an error when trying to copy a file from outside the src folder [#610].
Expand Down Expand Up @@ -400,7 +403,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
[#608]: https://github.com/lumeland/lume/issues/608
[#610]: https://github.com/lumeland/lume/issues/610

[2.2.1]: https://github.com/lumeland/lume/compare/v2.2.0...HEAD
[2.2.1]: https://github.com/lumeland/lume/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/lumeland/lume/compare/v2.1.4...v2.2.0
[2.1.4]: https://github.com/lumeland/lume/compare/v2.1.3...v2.1.4
[2.1.3]: https://github.com/lumeland/lume/compare/v2.1.2...v2.1.3
Expand Down

0 comments on commit 9ed353e

Please sign in to comment.