Skip to content

Commit 2b7d05a

Browse files
Version Packages (#136)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 01fa9d1 commit 2b7d05a

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/empty-walls-retire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#132](https://github.com/apollo-server-integrations/apollo-server-integration-koa/pull/132) [`01fa9d1`](https://github.com/apollo-server-integrations/apollo-server-integration-koa/commit/01fa9d15aa8ee24ad7469d4787cf9c8407988ee5) Thanks [@ryota-ka](https://github.com/ryota-ka)! - Parameterize `KoaContextFunctionArgument` and `KoaMiddlewareOptions` so that the `ctx` parameter in the `context` function is correctly typed when this library is used along with a context-parameterized Koa app.
8+
39
## 1.1.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@as-integrations/koa",
33
"description": "Apollo server integration for koa framework",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"author": "Matt Gordon <[email protected]>",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)