From 446cad8ae14e484b17bfdd7122d48aa1a5cd7f28 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Wed, 14 Sep 2022 15:47:02 -0700 Subject: [PATCH] docs(README): add known issue #28 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eabdd9d..5009a70 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ A list of breaking changes compared to latest `@octokit/*` modules ## Known issues - Constructor option Types (`options.auth`) are not set correctly when `authStrategy` is set via `.withDefaults({ authStrategy })` ([#20](https://github.com/octokit/octokit-next.js/issues/20)) +- Endpoint types don't work if they changed between versions ([#28](https://github.com/octokit/octokit-next.js/issues/28)) ## License