Skip to content

Commit

Permalink
Merge branch 'hotfix/v2.1.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
silvamfilipe committed Nov 5, 2024
2 parents 5aec645 + c1eb28a commit 95ca489
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 89 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v2.1.5] - 2024-11-04
## [v2.1.3] - 2024-09-23
### Changed
- updates `slick/webstak` version to 2.0.3
Expand Down Expand Up @@ -47,7 +48,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial release

[Unreleased]: https://github.com/slickframework/webapp/compare/v2.1.3...HEAD
[Unreleased]: https://github.com/slickframework/webapp/compare/v2.1.5...HEAD
[v2.1.5]: https://github.com/slickframework/webapp/compare/v2.1.3...v2.1.5
[v2.1.3]: https://github.com/slickframework/webapp/compare/v2.0.1...v2.1.3
[v2.1.0]: https://github.com/slickframework/webapp/compare/v2.0.1...v2.1.0
[v2.0.1]: https://github.com/slickframework/webapp/compare/v2.0.0...v2.0.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Basic template for a web application built with the Slick framework.",
"minimum-stability": "dev",
"license": "MIT",
"version": "v2.1.3",
"version": "v2.1.5",
"autoload": {
"psr-4": {
"App\\": "src/"
Expand Down
Loading

0 comments on commit 95ca489

Please sign in to comment.