You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,28 @@
5
5
### Major Changes
6
6
7
7
-[#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
8
+
9
+
## v1.1.2
10
+
- chore(deps) update all non-major dependencies
11
+
- chore(deps) npm audit package updates
12
+
- adjustments to use HeaderMap instead of plain Map for headers to avoid a type error
13
+
14
+
## v1.1.1
15
+
- adjustments to support CORS properly for GET / POST routes and allow for overrides
16
+
- test improvements
17
+
18
+
## v1.1.0
19
+
- Add changelog
20
+
- chore(deps): update all non-major dependencies
21
+
- chore(deps): update dependency @types/jest to v29.2.5
22
+
- chore(deps): update dependency @hapi/hapi to v21
23
+
- chore(deps): update dependency npm to v9
24
+
- chore(deps): update node.js to v18
25
+
- chore(deps): update dependency @apollo/utils.withrequired to v2
26
+
- chore(deps): update dependency jest-junit to v15
0 commit comments