We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08ef47 commit 792d811Copy full SHA for 792d811
docs/CHANGELOG.md
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
## [Unreleased]
8
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
+
16
## [0.14.0] 2017-10-23
17
### Changed
18
- /account/payments "amount" is now a string
docs/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "linode-api-docs",
3
- "version": "0.14.0",
+ "version": "0.14.1",
4
"description": "Linode API Docs",
5
"main": "src/index.js",
"scripts": {
0 commit comments