From 4523f21aafebd9d1b13b616f4f8cdf52f5b7c64f Mon Sep 17 00:00:00 2001 From: Rui Quelhas Date: Sun, 20 Dec 2015 17:29:04 +0000 Subject: [PATCH] 1.0.2 --- .travis.yml | 6 +++--- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index eddb186..9d4e7c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ after_success: npm run coveralls language: node_js node_js: - - 4.0 - - 4 - - 5 + - "4.0" + - "4" + - "5" sudo: false diff --git a/CHANGELOG.md b/CHANGELOG.md index 965e646..756d31a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v1.0.2](https://github.com/ruiquelhas/copperfield/tree/v1.0.2) (2015-12-20) +[Full Changelog](https://github.com/ruiquelhas/copperfield/compare/v1.0.1...v1.0.2) + +**Closed issues:** + +- Remove static dependencies [\#5](https://github.com/ruiquelhas/copperfield/issues/5) + +**Merged pull requests:** + +- Remove static dependencies [\#6](https://github.com/ruiquelhas/copperfield/pull/6) ([ruiquelhas](https://github.com/ruiquelhas)) + ## [v1.0.1](https://github.com/ruiquelhas/copperfield/tree/v1.0.1) (2015-12-19) [Full Changelog](https://github.com/ruiquelhas/copperfield/compare/v1.0.0...v1.0.1) diff --git a/package.json b/package.json index 36fabc7..d7fd60a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "copperfield", - "version": "1.0.1", + "version": "1.0.2", "description": "Server-level houdin validation for hapi", "main": "lib/index.js", "scripts": {