Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
0.9.0
Added 🚀
- Number
  - atLeast
  - atMost
  - greaterThan
  - lessThan

Internal 🏡
- Fixed husky precommit hook
- Replaced TSLint with ESLint
- Bump @types/node to 12.6.6
- Bump lodash to 4.17.4 in /benchmark
- Bump lint-staged to 9.2.0
  • Loading branch information
bvego authored Jul 17, 2019
1 parent 7c3145b commit 8cd1b4f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
0.9.0
Added 🚀
- Number
- atLeast
- atMost
- greaterThan
- lessThan

Internal 🏡
- Fixed husky precommit hook
- Replaced TSLint with ESLint
- Bump @types/node to 12.6.6
- Bump lodash to 4.17.4 in /benchmark
- Bump lint-staged to 9.2.0

0.8.1
Fixes 🔨
- Email validation flag
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": "nope-validator",
"version": "0.8.1",
"version": "0.9.0",
"main": "lib/umd/index.js",
"module": "lib/es2015/index.js",
"types": "lib/umd/index.d.ts",
Expand Down

0 comments on commit 8cd1b4f

Please sign in to comment.