Skip to content

Commit 0a31bf1

Browse files
committed
0.6.0
1 parent 2f9e033 commit 0a31bf1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 0.5.x
1+
## 0.6.x
22

3-
### Next
3+
### 0.6.0
44
* Send 204 (or other empty responses) without HAL wrapper
55
* Skip extra HAL links, authorization work when returning JSON responses
66
* Don't call authorize a second time for the link currently being rendered

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyped",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "Hypermedia response generation engine",
55
"main": "src/index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)