Skip to content

Commit

Permalink
release(version): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akanass committed Nov 20, 2017
1 parent 17fa54e commit 5c83edd
Show file tree
Hide file tree
Showing 10 changed files with 157 additions and 187 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.4.0
8.9.1
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ $ yarn add @hapiness/core @hapiness/swag rxjs

```javascript
"dependencies": {
"@hapiness/core": "^1.1.1",
"@hapiness/swag": "^1.0.0",
"@hapiness/core": "^1.2.2",
"@hapiness/swag": "^1.1.0",
//...
}
//...
Expand All @@ -80,7 +80,8 @@ import { SwagModule } from '@hapiness/swag';
'hapi-swagger': {
'x-custom-values': {
'scope': 'todo.read',
}
},
'x-toto': 'tata'
}
},
description: 'Get todo',
Expand Down Expand Up @@ -140,6 +141,10 @@ To set up your development environment:

## Change History

* v1.1.0 (2017-11-20)
* Latest packages' versions.
* Documentation.
* Change packaging process.
* v1.0.0 (2017-10-27)
* Add possibility to have `x-*` as values
* Documentation
Expand Down
147 changes: 77 additions & 70 deletions package-lock.json

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

Loading

0 comments on commit 5c83edd

Please sign in to comment.