Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin Bottoms committed Feb 5, 2016
1 parent 216bf70 commit c9650d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 0.6.x

### 0.6.1
* When not using hal, still render empty arrays at the top-level for embedded resources

### 0.6.0
* Send 204 (or other empty responses) without HAL wrapper
* Skip extra HAL links, authorization work when returning JSON responses
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyped",
"version": "0.6.0",
"version": "0.6.1",
"description": "Hypermedia response generation engine",
"main": "src/index.js",
"dependencies": {
Expand Down

0 comments on commit c9650d0

Please sign in to comment.