Skip to content

Commit 3da85f6

Browse files
Version Packages (#118)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4567c98 commit 3da85f6

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

Diff for: .changeset/weak-days-accept.md

-7
This file was deleted.

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#117](https://github.com/apollo-server-integrations/apollo-server-integration-koa/pull/117) [`4567c98`](https://github.com/apollo-server-integrations/apollo-server-integration-koa/commit/4567c982adeaa4a201ec133f1d7afa77eddb3b93) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Drop support for Node.js 14, require v16+
8+
9+
The only change required for users to take this update is to upgrade their Node.js version to v16+. No other breaking changes.
10+
311
## 0.3.0
412

513
### Minor Changes

Diff for: package.json

+1-1
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": "0.3.0",
4+
"version": "1.0.0",
55
"author": "Matt Gordon <[email protected]>",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)