Skip to content

Commit 6116f71

Browse files
author
Francisco Cardoso
committed
Release 6.0.0
1 parent 71c819c commit 6116f71

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,42 @@
11
# Changelog
22

3+
## [v6.0.0](https://github.com/uphold/validator.js-asserts/tree/v6.0.0) (2020-03-19)
4+
[Full Changelog](https://github.com/uphold/validator.js-asserts/compare/v5.0.0...v6.0.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Update [email protected] [\#189](https://github.com/uphold/validator.js-asserts/pull/189) ([afsampaio](https://github.com/afsampaio))
9+
310
## [v5.0.0](https://github.com/uphold/validator.js-asserts/tree/v5.0.0) (2020-03-02)
411
[Full Changelog](https://github.com/uphold/validator.js-asserts/compare/3.2.0...v5.0.0)
512

613
**Merged pull requests:**
714

815
- Bump validator.js [\#187](https://github.com/uphold/validator.js-asserts/pull/187) ([cristianooliveira](https://github.com/cristianooliveira))
16+
17+
## [3.2.0](https://github.com/uphold/validator.js-asserts/tree/3.2.0) (2020-02-04)
18+
[Full Changelog](https://github.com/uphold/validator.js-asserts/compare/v3.1.2...3.2.0)
19+
20+
**Implemented enhancements:**
21+
22+
- Add callback assert [\#185](https://github.com/uphold/validator.js-asserts/pull/185) ([cristianooliveira](https://github.com/cristianooliveira))
23+
24+
**Merged pull requests:**
25+
26+
- Add callback assert [\#186](https://github.com/uphold/validator.js-asserts/pull/186) ([cristianooliveira](https://github.com/cristianooliveira))
27+
28+
## [v3.1.2](https://github.com/uphold/validator.js-asserts/tree/v3.1.2) (2020-01-31)
29+
[Full Changelog](https://github.com/uphold/validator.js-asserts/compare/v3.1.1...v3.1.2)
30+
31+
**Merged pull requests:**
32+
33+
- Change node support to be above v8 and update travis build file [\#184](https://github.com/uphold/validator.js-asserts/pull/184) ([cristianooliveira](https://github.com/cristianooliveira))
34+
- Bump validator.js and add yarn.lock [\#183](https://github.com/uphold/validator.js-asserts/pull/183) ([cristianooliveira](https://github.com/cristianooliveira))
935
- Bump dependencies [\#182](https://github.com/uphold/validator.js-asserts/pull/182) ([Americas](https://github.com/Americas))
1036

37+
## [v3.1.1](https://github.com/uphold/validator.js-asserts/tree/v3.1.1) (2019-10-08)
38+
[Full Changelog](https://github.com/uphold/validator.js-asserts/compare/v4.0.2...v3.1.1)
39+
1140
## [v4.0.2](https://github.com/uphold/validator.js-asserts/tree/v4.0.2) (2019-10-08)
1241
[Full Changelog](https://github.com/uphold/validator.js-asserts/compare/v4.0.1...v4.0.2)
1342

@@ -232,3 +261,4 @@
232261

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "validator.js-asserts",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "A set of extra asserts for validator.js.",
55
"keywords": [
66
"asserts",

0 commit comments

Comments
 (0)