Skip to content

Commit a3711ed

Browse files
chore(main): release 0.2.2
1 parent 30153e3 commit a3711ed

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @as-integrations/google-cloud-functions
22

3+
## [0.2.2](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/compare/v0.2.1...v0.2.2) (2023-09-03)
4+
5+
6+
### 🧹 Miscellaneous
7+
8+
* **deps:** update all non-major dependencies ([38beb9b](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/38beb9bfb72bb9bec870baff5004f9521379fb4e))
9+
* **deps:** update all non-major dependencies ([675dc73](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/675dc730c8035e80cf79b45ddff50b115835d606))
10+
* **deps:** update all non-major dependencies ([d1eedb1](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/d1eedb12b0a8ff57806fff8e0370c86392654129))
11+
* **deps:** update dependency @apollo/server to v4.9.3 [security] ([#52](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/issues/52)) ([b84a0e7](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/b84a0e734450daa7a7625dc410dd3ae0aef8280a))
12+
* **deps:** update dependency @types/jest to v29.5.4 ([fa5ad84](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/fa5ad84ae9ddeb55b37aacef8d2d540c42ea6bc8))
13+
* **deps:** update dependency @types/node to v16.18.48 ([30153e3](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/30153e3b90fe843399113d8b2fa21c4f4b934e72))
14+
315
## [0.2.1](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/compare/v0.2.0...v0.2.1) (2023-08-14)
416

517

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/google-cloud-functions",
33
"description": "An integration to use Google Cloud Functions as a hosting service with Apollo Server",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"author": {
66
"name": "Ernesto Resende",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)