Skip to content

Commit 879f5aa

Browse files
Version Packages (#52)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ccf1004 commit 879f5aa

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

.changeset/bright-elephants-act.md

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

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,30 @@
11
# @as-integrations/hapi
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#45](https://github.com/apollo-server-integrations/apollo-server-integration-hapi/pull/45) [`ccf1004`](https://github.com/apollo-server-integrations/apollo-server-integration-hapi/commit/ccf10047176c83f82434104f37a21ca99e0c5bbc) Thanks [@kevinbgreene](https://github.com/kevinbgreene)! - Pass TContext to ApolloServer in HapiApolloPluginOptions
8+
39
## 2.0.0
410

511
### Major Changes
612

713
- [#33](https://github.com/apollo-server-integrations/apollo-server-integration-hapi/pull/33) [`3045b25`](https://github.com/apollo-server-integrations/apollo-server-integration-hapi/commit/3045b25f2a87d3ed333657147cbe42443c0fa93a) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Drop support for Node.js v14
814

915
## v1.1.2
16+
1017
- chore(deps) update all non-major dependencies
1118
- chore(deps) npm audit package updates
1219
- adjustments to use HeaderMap instead of plain Map for headers to avoid a type error
1320

1421
## v1.1.1
22+
1523
- adjustments to support CORS properly for GET / POST routes and allow for overrides
1624
- test improvements
1725

1826
## v1.1.0
27+
1928
- Add changelog
2029
- chore(deps): update all non-major dependencies
2130
- chore(deps): update dependency @types/jest to v29.2.5
@@ -26,7 +35,9 @@
2635
- chore(deps): update dependency jest-junit to v15
2736

2837
## v1.0.1
38+
2939
- Add route configuration w/ tests
3040

3141
## v1.0.0
32-
- Initial release
42+
43+
- Initial release

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/hapi",
33
"description": "An Apollo Server integration for use with Hapi",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"author": {
66
"name": "David Castro",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)