Skip to content

Commit

Permalink
Add changelog and bump version (#1784)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Parke authored and eatonphil committed May 17, 2017
1 parent 82ff794 commit 176e0a8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
- Nested object examples for method params and responses

## [0.1.0] 2017-05-17
### Added
- changelog file
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linode-api-docs",
"version": "0.0.1",
"version": "0.1.0",
"description": "Linode API Docs",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 176e0a8

Please sign in to comment.