Skip to content

Commit 0ac58e7

Browse files
chore(main): release 0.2.2
1 parent 7c0351c commit 0ac58e7

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
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-10-04)
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 ([7c0351c](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/7c0351c2606896b0c7fa79509449d969ce11d747))
10+
* **deps:** update all non-major dependencies ([69e4737](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/69e473776348f1e7e3fee6e260265c61d0999af7))
11+
* **deps:** update all non-major dependencies ([faa743c](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/faa743c2696020b3465fea29441c9de003aa983c))
12+
* **deps:** update all non-major dependencies ([c44658c](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/c44658c45d6a703455bc7506603e41128f8e8b6d))
13+
* **deps:** update all non-major dependencies ([a8205ed](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/a8205edb1e57a11a03c03c4c59f44ed0fd16f2b6))
14+
* **deps:** update all non-major dependencies ([38beb9b](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/38beb9bfb72bb9bec870baff5004f9521379fb4e))
15+
* **deps:** update all non-major dependencies ([675dc73](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/675dc730c8035e80cf79b45ddff50b115835d606))
16+
* **deps:** update all non-major dependencies ([d1eedb1](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/d1eedb12b0a8ff57806fff8e0370c86392654129))
17+
* **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))
18+
* **deps:** update dependency @types/jest to v29.5.4 ([fa5ad84](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/fa5ad84ae9ddeb55b37aacef8d2d540c42ea6bc8))
19+
* **deps:** update dependency @types/jest to v29.5.5 ([0b207ed](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/0b207ed4b6d41199e5f8e168711f89a409e8ef1d))
20+
* **deps:** update dependency @types/node to v16.18.48 ([30153e3](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/30153e3b90fe843399113d8b2fa21c4f4b934e72))
21+
* **deps:** update dependency @types/node to v16.18.54 ([044d317](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/044d31742a5ad80c996099946894d3028a4fb6d6))
22+
* **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))
23+
324
## [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)
425

526

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)