Skip to content

Commit 792d811

Browse files
committed
bump docs version to 0.14.1 (with changelog updates)
1 parent d08ef47 commit 792d811

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [0.14.1] 2017-11-05
10+
### Fixed
11+
- Numerous missing types and descriptions were added
12+
- Oauthclient type was incorrectly called Client
13+
- Nodebalancer Config did not document certificate parameteres correctly
14+
- Nodebalancer and SupportTicket had undocumented response properties
15+
916
## [0.14.0] 2017-10-23
1017
### Changed
1118
- /account/payments "amount" is now a string

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linode-api-docs",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "Linode API Docs",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)