Skip to content

Commit

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

## [Unreleased]

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

### Fixed

- The header is written on existent .gitattributes file. Closes [#44](https://github.com/raphaelstolt/lean-package-validator/issues/44).
Expand Down Expand Up @@ -235,7 +237,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.0...HEAD
[Unreleased]: https://github.com/raphaelstolt/lean-package-validator/compare/v3.3.1...HEAD
[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
[v3.1.1]: https://github.com/raphaelstolt/lean-package-validator/compare/v3.1.0...v3.1.1
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.0');
\define('VERSION', '3.3.1');

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

0 comments on commit e62a4d4

Please sign in to comment.