From b9b0d52d0f136a14885de471b32fb00d5edd2541 Mon Sep 17 00:00:00 2001 From: Rui Quelhas Date: Thu, 9 Feb 2017 22:15:18 +0000 Subject: [PATCH] 3.0.5 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 521b6db..d76a591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v3.0.5](https://github.com/ruiquelhas/copperfield/tree/v3.0.5) (2017-02-09) +[Full Changelog](https://github.com/ruiquelhas/copperfield/compare/v3.0.4...v3.0.5) + +**Fixed bugs:** + +- Flaky tests run without file fixtures available [\#17](https://github.com/ruiquelhas/copperfield/issues/17) +- Update dependencies [\#18](https://github.com/ruiquelhas/copperfield/pull/18) ([ruiquelhas](https://github.com/ruiquelhas)) + ## [v3.0.4](https://github.com/ruiquelhas/copperfield/tree/v3.0.4) (2016-11-02) [Full Changelog](https://github.com/ruiquelhas/copperfield/compare/v3.0.3...v3.0.4) diff --git a/package.json b/package.json index 49b6729..402c0a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "copperfield", - "version": "3.0.4", + "version": "3.0.5", "description": "Server-level houdin validation for hapi", "main": "lib/index.js", "scripts": {