Skip to content

Commit

Permalink
Release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Cardoso committed Oct 30, 2020
1 parent 8641b1b commit 1bef034
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v7.0.0](https://github.com/uphold/validator.js-asserts/tree/v7.0.0) (2020-10-30)
[Full Changelog](https://github.com/uphold/validator.js-asserts/compare/v6.0.0...v7.0.0)

**Merged pull requests:**

- Improve custom class validation [\#196](https://github.com/uphold/validator.js-asserts/pull/196) ([afsampaio](https://github.com/afsampaio))
- Update README with new callback usage [\#195](https://github.com/uphold/validator.js-asserts/pull/195) ([diogotorres97](https://github.com/diogotorres97))
- Improve callback assert to ensure an error class [\#194](https://github.com/uphold/validator.js-asserts/pull/194) ([diogotorres97](https://github.com/diogotorres97))

## [v6.0.0](https://github.com/uphold/validator.js-asserts/tree/v6.0.0) (2020-03-19)
[Full Changelog](https://github.com/uphold/validator.js-asserts/compare/v5.0.0...v6.0.0)

Expand Down Expand Up @@ -261,4 +270,3 @@

- Expose min and max in `NullOrString` [\#2](https://github.com/uphold/validator.js-asserts/pull/2) ([fixe](https://github.com/fixe))
- Add `Email` assert [\#1](https://github.com/uphold/validator.js-asserts/pull/1) ([fixe](https://github.com/fixe))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "validator.js-asserts",
"version": "6.0.0",
"version": "7.0.0",
"description": "A set of extra asserts for validator.js.",
"keywords": [
"asserts",
Expand Down

0 comments on commit 1bef034

Please sign in to comment.