Skip to content

Commit 0f0bc8d

Browse files
chore(main): release 0.2.2
1 parent f6b7602 commit 0f0bc8d

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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-18)
4+
5+
6+
### 🧹 Miscellaneous
7+
8+
* **deps:** update actions/checkout action to v4 ([#58](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/issues/58)) ([f6b7602](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/f6b760240b7d25a0ab52eebfdd5b30dbbebabe24))
9+
* **deps:** update all non-major dependencies ([c44658c](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/c44658c45d6a703455bc7506603e41128f8e8b6d))
10+
* **deps:** update all non-major dependencies ([a8205ed](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/a8205edb1e57a11a03c03c4c59f44ed0fd16f2b6))
11+
* **deps:** update all non-major dependencies ([38beb9b](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/38beb9bfb72bb9bec870baff5004f9521379fb4e))
12+
* **deps:** update all non-major dependencies ([675dc73](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/675dc730c8035e80cf79b45ddff50b115835d606))
13+
* **deps:** update all non-major dependencies ([d1eedb1](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/d1eedb12b0a8ff57806fff8e0370c86392654129))
14+
* **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))
15+
* **deps:** update dependency @types/jest to v29.5.4 ([fa5ad84](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/fa5ad84ae9ddeb55b37aacef8d2d540c42ea6bc8))
16+
* **deps:** update dependency @types/jest to v29.5.5 ([0b207ed](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/0b207ed4b6d41199e5f8e168711f89a409e8ef1d))
17+
* **deps:** update dependency @types/node to v16.18.48 ([30153e3](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/30153e3b90fe843399113d8b2fa21c4f4b934e72))
18+
* **deps:** update dependency npm to v10 ([#54](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/issues/54)) ([7eaec08](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/7eaec08a83808d923d59e58d35cc2c9cc07396eb))
19+
320
## [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)
421

522

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)