Skip to content

Commit

Permalink
chore(release): set package.json to 3.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.2.2](v3.2.1...v3.2.2) (2021-12-31)

### Bug Fixes

* [#34](#34) fix empty value for customRegexp rule ([73cd1d7](73cd1d7))
  • Loading branch information
semantic-release-bot committed Dec 31, 2021
1 parent a17d37d commit 2b59f30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.2.2](https://github.com/horprogs/Just-validate/compare/v3.2.1...v3.2.2) (2021-12-31)


### Bug Fixes

* [#34](https://github.com/horprogs/Just-validate/issues/34) fix empty value for customRegexp rule ([73cd1d7](https://github.com/horprogs/Just-validate/commit/73cd1d78db7d83017070a5fe283fc6f519a95cf3))

## [3.2.1](https://github.com/horprogs/Just-validate/compare/v3.2.0...v3.2.1) (2021-12-31)


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": "just-validate",
"version": "3.2.1",
"version": "3.2.2",
"description": "Modern, simple, lightweight (~5kb gzip) form validation library written in Typescript, with no dependencies (no JQuery!). Support a wide range of pre-defined rules (plus it's possible to define own custom rules), async validation, custom error messages and styles, localization.",
"scripts": {
"lint-md": "remark .",
Expand Down

0 comments on commit 2b59f30

Please sign in to comment.