Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Oct 13, 2017
1 parent 2ccda10 commit 63cd030
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 3.0.2 (2017-10-13)

##### Documentation Changes

* fix typo in header example (#53) ([0b682aee](https://github.com/wopian/kitsu/commit/0b682aee79bb361e58b0e28b0eb224f5c90f06ef))

#### 3.0.1 (2017-10-09)

##### Chores
Expand Down
2 changes: 1 addition & 1 deletion DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const api = new Kitsu()
// Set a `user-agent` and pre-existing `authorization` token
const api = new Kitsu({
headers: {
'user-agent': 'MyApp/1.0.0 (github.com/username/repo),
'user-agent': 'MyApp/1.0.0 (github.com/username/repo)',
authorization: 'Bearer 1234567890'
}
})
Expand Down

0 comments on commit 63cd030

Please sign in to comment.