Skip to content

Commit 328ea86

Browse files
committed
chore(release): 1.6.0
1 parent d19ff22 commit 328ea86

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
## [1.6.0](https://github.com/upjs/facile-validator/compare/v1.4.0...v1.6.0) (2022-08-09)
6+
7+
### Features
8+
9+
- add support for textarea validation ([76482eb](https://github.com/upjs/facile-validator/commit/76482eb8fe4dab0372b27a82f6765277eaec93fb))
10+
11+
### Bug Fixes
12+
13+
- use `unknown` instead of `any` ([41baeb5](https://github.com/upjs/facile-validator/commit/41baeb505a32c3b09b02c133080a5bdc8fa71b97))
14+
515
## [1.5.0](https://github.com/upjs/facile-validator/compare/v1.4.0...v1.5.0) (2022-08-09)
616

717
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@upjs/facile-validator",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Easy HTML form validator written in TypeScript with tree-shaking",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)