Skip to content

Commit

Permalink
chore(release): set package.json to 3.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.3.0](v3.2.2...v3.3.0) (2022-01-10)

### Features

* [#35](#35) add conditional messages ([914d4d2](914d4d2))
* add success messages ([bbf0d82](bbf0d82))
  • Loading branch information
semantic-release-bot committed Jan 10, 2022
1 parent bbf0d82 commit 31a0c4e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [3.3.0](https://github.com/horprogs/Just-validate/compare/v3.2.2...v3.3.0) (2022-01-10)


### Features

* [#35](https://github.com/horprogs/Just-validate/issues/35) add conditional messages ([914d4d2](https://github.com/horprogs/Just-validate/commit/914d4d2ac59d4bcbf7e9e45f03f27cce044b1d32))
* add success messages ([bbf0d82](https://github.com/horprogs/Just-validate/commit/bbf0d829276ca6f31f2487d0380cf29c16bd8ca2))

## [3.2.2](https://github.com/horprogs/Just-validate/compare/v3.2.1...v3.2.2) (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.2",
"version": "3.3.0",
"description": "Modern, simple, lightweight (~5kb gzip) form validation library written in Typescript, with no dependencies (no JQuery!). Support a wide range of predefined rules, async, files, dates validation, custom error messages and styles, localization. Support writing custom rules and plugins.",
"scripts": {
"lint-md": "remark .",
Expand Down

0 comments on commit 31a0c4e

Please sign in to comment.