Skip to content

Commit 28d6e81

Browse files
committed
bump to version 0.16.7
1 parent 5526406 commit 28d6e81

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.16.7] 2017-12-18
10+
### Fixed
11+
- Link to API mailing list 404'd
12+
13+
## [0.16.6] 2017-12-14
14+
### Added
15+
- /managed/contacts endpoints (linode/linode-api-docs#2)
16+
17+
## [0.16.5] 2017-12-13
18+
### Removed
19+
- removed docs for image objects status, last\_used, filesystem properties
20+
- added properties for images: created_by, size, and type enums
21+
### Changed
22+
- renamed images created\_by property to creator
23+
### Fixed
24+
- scss names must be case-sensitive (Table/cell)
25+
26+
27+
## [0.16.4]
28+
### Changed
29+
- Meta version bump to sync with linode/manager repo for repo splitting
30+
31+
## [0.16.3]
32+
### Changed
33+
- Meta version bump to sync with linode/manager repo for repo splitting
34+
935
## [0.16.2] 2017-12-11
1036
### Added
1137
- Deprecation flags (#2756, #2821)

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.16.6",
3+
"version": "0.16.7",
44
"description": "Linode API Docs",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)