Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
biilmann committed Jan 22, 2017
1 parent acc0f9b commit 8e26d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "netlify-cms",
"version": "0.3.5",
"version": "0.3.6",
"description": "Netlify CMS lets content editors work on structured content stored in git",
"main": "dist/cms.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/backends/netlify-auth/API.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default class API extends GithubAPI {


getRequestHeaders(headers = {}) {
console.log("Getting request headers");
return this.tokenPromise()
.then((jwtToken) => {
const baseHeader = {
Expand Down

0 comments on commit 8e26d5d

Please sign in to comment.