Releases: octokit/auth-unauthenticated.js
Releases · octokit/auth-unauthenticated.js
v2.0.5
2.0.5 (2021-06-11)
Bug Fixes
- deps: remove accidental dependencies
i
and npm
(84ec2b9)
v2.0.4
2.0.4 (2021-01-25)
Bug Fixes
- deps: lock file maintenance (08197fe)
v2.0.3
2.0.3 (2020-12-19)
Bug Fixes
v2.0.2
2.0.2 (2020-12-03)
Bug Fixes
- deps: bump @octokit/types from 6.0.0 to 6.0.1 (fc62466)
v2.0.1
2.0.1 (2020-12-01)
Bug Fixes
- deps: bump @octokit/types from 5.5.0 to 6.0.0 (#41) (0339e27)
v2.0.0
2.0.0 (2020-10-28)
Bug Fixes
- do not prevent
POST /app-manifests/{code}/conversions
requests (#30) (9e8a7e4)
BREAKING CHANGES
- Mutating requests (
DELETE
, PATCH
, POST
, PUT
) or no longer blocked before sending the request. The response status is handled instead and the error message is amended where applicable
v1.0.1
1.0.1 (2020-10-28)
Bug Fixes
- typo in unauthenticated error message (#28) (2ffa523)