Skip to content

Commit

Permalink
Release version 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelstolt committed Dec 4, 2023
1 parent 4d773e0 commit e4e9dc4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [v3.3.2] - 2023-12-04

### Fixed

- Expands the PHP preset.

## [v3.3.1] - 2023-12-01

### Fixed
Expand Down Expand Up @@ -237,7 +243,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

- Initial release.

[Unreleased]: https://github.com/raphaelstolt/lean-package-validator/compare/v3.3.1...HEAD
[Unreleased]: https://github.com/raphaelstolt/lean-package-validator/compare/v3.3.2...HEAD
[v3.3.2]: https://github.com/raphaelstolt/lean-package-validator/compare/v3.3.1...v3.3.2
[v3.3.1]: https://github.com/raphaelstolt/lean-package-validator/compare/v3.3.0...v3.3.1
[v3.3.0]: https://github.com/raphaelstolt/lean-package-validator/compare/v3.2.0...v3.3.0
[v3.2.0]: https://github.com/raphaelstolt/lean-package-validator/compare/v3.1.1...v3.2.0
Expand Down
2 changes: 1 addition & 1 deletion bin/lean-package-validator
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (false === $autoloaded) {
}

\define('WORKING_DIRECTORY', \getcwd());
\define('VERSION', '3.3.1');
\define('VERSION', '3.3.2');

use Stolt\LeanPackage\Commands\InitCommand;
use Stolt\LeanPackage\Commands\ValidateCommand;
Expand Down

0 comments on commit e4e9dc4

Please sign in to comment.