Skip to content

Commit da151ad

Browse files
Version Packages (#30)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8217d87 commit da151ad

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.changeset/curly-doodles-leave.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
# @as-integrations/express5
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- [#29](https://github.com/apollo-server-integrations/apollo-server-integration-express5/pull/29) [`8217d87`](https://github.com/apollo-server-integrations/apollo-server-integration-express5/commit/8217d87f3b36c2f13d4b0e9d385994bb2ce6a84b) Thanks [@glasser](https://github.com/glasser)! - Allow both v4 and v5 of `@apollo/server` as a peer dependency (but not the RC supported by v1.1.1).
8+
39
## 1.1.1
410

511
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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/express5",
33
"description": "An Apollo Server integration for use with Express v5",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"author": "Apollo <[email protected]>",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)