Skip to content

Commit

Permalink
chore(release): 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMiguel committed Oct 21, 2024
1 parent f931c61 commit db37d29
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.3.0](https://github.com/SandroMiguel/verum-php/compare/v2.2.3...v2.3.0) (2024-10-21)


### Features

* **src/validator.php:** improve phpdoc ([b50eb57](https://github.com/SandroMiguel/verum-php/commit/b50eb5729429d3423d8a2e05bfbf62785263bac5))


### Bug Fixes

* **src/rules/minlength.php:** a numeric string, e.g. '10', should be accepted as rule value ([f931c61](https://github.com/SandroMiguel/verum-php/commit/f931c618c98354e75199d10bf0ff3455f6529313))

## [2.2.3](https://github.com/SandroMiguel/verum-php/compare/v2.2.2...v2.2.3) (2024-03-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verum-php",
"version": "2.2.3",
"version": "2.3.0",
"scripts": {
"postinstall": "husky install",
"test:phpunit": "./vendor/bin/phpunit --colors=always tests",
Expand Down

0 comments on commit db37d29

Please sign in to comment.