Skip to content

Commit

Permalink
Merge branch 'release-1.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Aug 2, 2019
2 parents f406b8f + fc9c57e commit 85fba1c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test/
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.3.0](2019-08-02)
## [1.3.1](2019-08-02)

### Changed

- [#7](https://github.com/dadi/api-validator/pull/9): add collection schema validation methods
- [#10](https://github.com/dadi/api-validator/pull/10): remove tests from npm module

## [1.3.0](2019-08-02)

### Added

- [#9](https://github.com/dadi/api-validator/pull/9): add collection schema validation methods

## [1.2.0](2019-01-16)

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": "@dadi/api-validator",
"version": "1.3.0",
"version": "1.3.1",
"description": "Validation package for DADI API",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 85fba1c

Please sign in to comment.