Skip to content

v8.0.0

Choose a tag to compare

@gr2m gr2m released this 17 May 19:24

8.0.0 (2018-05-17)

Bug Fixes

  • fixture: updated api.github.com/add-labels-to-issue (227eaac)
  • fixture: updated api.github.com/search-issues (4c0b156)

BREAKING CHANGES

  • fixture: api.github.com/search-issues has changed
[
   {
     response: {
       items: [
         ...
         {
-          author_association: "OWNER"
+          author_association: "MEMBER"
         }
       ]
     }
     headers: {
-      content-length: "3913"
+      content-length: "3914"
     }
   }
 ]
  • fixture: api.github.com/add-labels-to-issue has changed
[
   {
     response: {
-      author_association: "OWNER"
+      author_association: "MEMBER"
     }
     headers: {
-      content-length: "1914"
+      content-length: "1915"
     }
   }
   ...
 ]