Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui Quelhas committed Dec 20, 2015
1 parent 55d2704 commit 4523f21
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -3,8 +3,8 @@ after_success: npm run coveralls
language: node_js

node_js:
- 4.0
- 4
- 5
- "4.0"
- "4"
- "5"

sudo: false
11 changes: 11 additions & 0 deletions 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)

Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 4523f21

Please sign in to comment.