Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Cardoso committed Mar 19, 2020
1 parent 71c819c commit 6116f71
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,42 @@
# Changelog

## [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)

**Implemented enhancements:**

- Update [email protected] [\#189](https://github.com/uphold/validator.js-asserts/pull/189) ([afsampaio](https://github.com/afsampaio))

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

**Merged pull requests:**

- Bump validator.js [\#187](https://github.com/uphold/validator.js-asserts/pull/187) ([cristianooliveira](https://github.com/cristianooliveira))

## [3.2.0](https://github.com/uphold/validator.js-asserts/tree/3.2.0) (2020-02-04)
[Full Changelog](https://github.com/uphold/validator.js-asserts/compare/v3.1.2...3.2.0)

**Implemented enhancements:**

- Add callback assert [\#185](https://github.com/uphold/validator.js-asserts/pull/185) ([cristianooliveira](https://github.com/cristianooliveira))

**Merged pull requests:**

- Add callback assert [\#186](https://github.com/uphold/validator.js-asserts/pull/186) ([cristianooliveira](https://github.com/cristianooliveira))

## [v3.1.2](https://github.com/uphold/validator.js-asserts/tree/v3.1.2) (2020-01-31)
[Full Changelog](https://github.com/uphold/validator.js-asserts/compare/v3.1.1...v3.1.2)

**Merged pull requests:**

- 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))
- Bump validator.js and add yarn.lock [\#183](https://github.com/uphold/validator.js-asserts/pull/183) ([cristianooliveira](https://github.com/cristianooliveira))
- Bump dependencies [\#182](https://github.com/uphold/validator.js-asserts/pull/182) ([Americas](https://github.com/Americas))

## [v3.1.1](https://github.com/uphold/validator.js-asserts/tree/v3.1.1) (2019-10-08)
[Full Changelog](https://github.com/uphold/validator.js-asserts/compare/v4.0.2...v3.1.1)

## [v4.0.2](https://github.com/uphold/validator.js-asserts/tree/v4.0.2) (2019-10-08)
[Full Changelog](https://github.com/uphold/validator.js-asserts/compare/v4.0.1...v4.0.2)

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

- 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": "5.0.0",
"version": "6.0.0",
"description": "A set of extra asserts for validator.js.",
"keywords": [
"asserts",
Expand Down

0 comments on commit 6116f71

Please sign in to comment.