Skip to content

Commit

Permalink
chore(release): set package.json to 2.0.0-beta.6 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-beta.6](v2.0.0-beta.5...v2.0.0-beta.6) (2021-12-03)

### Bug Fixes

* adjust semantic-release config ([ed33cd1](ed33cd1))
  • Loading branch information
semantic-release-bot committed Dec 3, 2021
1 parent ed33cd1 commit 30df01f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# [2.0.0-beta.6](https://github.com/horprogs/Just-validate/compare/v2.0.0-beta.5...v2.0.0-beta.6) (2021-12-03)


### Bug Fixes

* adjust semantic-release config ([ed33cd1](https://github.com/horprogs/Just-validate/commit/ed33cd1a81129802c16945e4b703ea1a83146669))
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": "0.0.0-development",
"version": "2.0.0-beta.6",
"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 30df01f

Please sign in to comment.