Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiquelhas committed Nov 11, 2017
1 parent 2458df0 commit a69cdad
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
# Changelog

## [v6.0.0](https://github.com/ruiquelhas/blaine/tree/v6.0.0) (2017-11-11)
[Full Changelog](https://github.com/ruiquelhas/blaine/compare/v5.0.6...v6.0.0)

**Closed issues:**

- Add support for hapi v17 [\#21](https://github.com/ruiquelhas/blaine/issues/21)

**Merged pull requests:**

- Add support for hapi v17 [\#22](https://github.com/ruiquelhas/blaine/pull/22) ([ruiquelhas](https://github.com/ruiquelhas))

## [v5.0.6](https://github.com/ruiquelhas/blaine/tree/v5.0.6) (2017-02-10)
[Full Changelog](https://github.com/ruiquelhas/blaine/compare/v5.0.5...v5.0.6)

**Fixed bugs:**

- Flaky tests run without file fixtures available [\#19](https://github.com/ruiquelhas/blaine/issues/19)
- Fix file fixtures availability [\#20](https://github.com/ruiquelhas/blaine/pull/20) ([ruiquelhas](https://github.com/ruiquelhas))

## [v5.0.5](https://github.com/ruiquelhas/blaine/tree/v5.0.5) (2016-11-02)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blaine",
"version": "5.0.6",
"version": "6.0.0",
"description": "File type validation for hapi raw in-memory request payloads",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit a69cdad

Please sign in to comment.