Skip to content

Commit b29941d

Browse files
Version Packages (#13)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 84a09dd commit b29941d

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

.changeset/tame-carpets-beam.md

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

.changeset/ten-trains-remain.md

Lines changed: 0 additions & 2 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/express4
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#12](https://github.com/apollo-server-integrations/apollo-server-integration-express4/pull/12) [`84a09dd`](https://github.com/apollo-server-integrations/apollo-server-integration-express4/commit/84a09ddba77467ea0e7ba4fdec449ad60356f9da) Thanks [@glasser](https://github.com/glasser)! - The package is now built for both CJS and ESM, instead of only for CJS; this is the same build approach taken by `@apollo/server`. This provides better compatibility with ESM-based build systems.
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/express4",
33
"description": "An Apollo Server integration for use with Express v4",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"author": "Apollo <[email protected]>",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)