Skip to content

Commit 8cc891d

Browse files
Version Packages (alpha) (#12)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ec808dd commit 8cc891d

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
"initialVersions": {
55
"@as-integrations/express5": "1.0.0"
66
},
7-
"changesets": []
7+
"changesets": [
8+
"modern-kiwis-look"
9+
]
810
}

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+
## 2.0.0-alpha.0
4+
5+
### Major Changes
6+
7+
- [#11](https://github.com/apollo-server-integrations/apollo-server-integration-express5/pull/11) [`d52e670`](https://github.com/apollo-server-integrations/apollo-server-integration-express5/commit/d52e67004b117ab0df949eb0308535a715a09d2d) Thanks [@glasser](https://github.com/glasser)! - Publish as ESM-only, and require Node v20.19 (which enables require(esm) support by default).
8+
39
## 1.0.0
410

511
### Major 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.0.0",
4+
"version": "2.0.0-alpha.0",
55
"author": "Apollo <[email protected]>",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)