Skip to content

v16.0.0

Choose a tag to compare

@octokitbot octokitbot released this 14 Sep 18:01

16.0.0 (2019-09-14)

Bug Fixes

  • fixture: updated api.github.com/add-and-remove-repository-collaborator (d66a7c7)
  • fixture: updated api.github.com/branch-protection (419a674)
  • fixture: updated api.github.com/git-refs (bfcdedb)
  • fixture: updated api.github.com/labels (51ff1f4)
  • fixture: updated api.github.com/lock-issue (436cb9e)
  • fixture: updated api.github.com/project-cards (c2d26b1)
  • fixture: updated api.github.com/release-assets (3519572)
  • fixture: updated api.github.com/release-assets-conflict (6fe14a8)

BREAKING CHANGES

  • fixture: api.github.com/release-assets has changed
[
   ...
   ...
   ...
   ...
   ...
   {
     headers: {
-      content-type: "application/octet-stream"
     }
   }
 ]
  • fixture: api.github.com/release-assets-conflict has changed
[
   ...
   ...
   ...
   {
     headers: {
-      content-type: "application/octet-stream"
     }
   }
   ...
 ]
  • fixture: api.github.com/project-cards has changed
[
   ...
   ...
   ...
   ...
   ...
   ...
   ...
   ...
   {
     headers: {
-      content-type: "application/octet-stream"
     }
   }
 ]
  • fixture: api.github.com/lock-issue has changed
[
   {
     headers: {
-      content-type: "application/octet-stream"
     }
   }
   {
     headers: {
-      content-type: "application/octet-stream"
     }
   }
 ]
  • fixture: api.github.com/labels has changed
[
   ...
   ...
   ...
   ...
   {
     headers: {
-      content-type: "application/octet-stream"
     }
   }
 ]
  • fixture: api.github.com/git-refs has changed
[
   ...
   ...
   ...
   ...
   {
     headers: {
-      content-type: "application/octet-stream"
     }
   }
 ]
  • fixture: api.github.com/branch-protection has changed
[
   ...
   ...
   ...
   {
     headers: {
-      content-type: "application/octet-stream"
     }
   }
 ]
  • fixture: api.github.com/add-and-remove-repository-collaborator has changed
[
   ...
   ...
   {
     headers: {
-      content-type: "application/octet-stream"
     }
   }
   ...
   {
     headers: {
-      content-type: "application/octet-stream"
     }
   }
   ...
 ]