Skip to content

Commit 9aec0bd

Browse files
authored
Merge pull request #102 from curveball/release-0.14.11
Preparing 0.14.11 release
2 parents 0c9705b + d49d076 commit 9aec0bd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
0.14.11 (2021-04-28)
5+
--------------------
6+
7+
* Upgrade to Ketting 7 for parsing hypermedia bodies.
8+
* Support the HTTP `Title` header as a last resort to determine a page title.
9+
10+
411
0.14.10 (2021-04-05)
512
--------------------
613

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@curveball/browser",
3-
"version": "0.14.10",
3+
"version": "0.14.11",
44
"description": "Automatic API browser generator. A middleware that turns your JSON responses into HTML if accessed by a browser.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)