Skip to content

Commit bb87762

Browse files
chore(main): release 0.1.5 (#22)
1 parent 80fb9fc commit bb87762

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

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

3+
## [0.1.5](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/compare/v0.1.4...v0.1.5) (2023-07-27)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* Correctly assign response headers from `httpGraphQLResponse` ([#34](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/issues/34)) ([26122aa](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/26122aa4923a63ab6b27e42755034a0515a7d4f7))
9+
10+
11+
### 🧹 Miscellaneous
12+
13+
* **deps:** update all non-major dependencies ([749b0fe](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/749b0fe97cdeff666cd2e7003d39609bc59c442f))
14+
* **deps:** update all non-major dependencies ([#31](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/issues/31)) ([afee96b](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/afee96b067a057e4af4101ca1fdd7f3b9c94e84b))
15+
* **deps:** update dependency @types/jest to v29.5.0 ([f60493d](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/f60493d4d6e0c03bcff2b6b70ab96bba36ddbed9))
16+
* **deps:** update dependency prettier to v3 ([d9e32f3](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/d9e32f3296772e5adaa1c16eaa7a3d653927d06d))
17+
318
## [0.1.4](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/compare/v0.1.3...v0.1.4) (2023-02-06)
419

520

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.1.4",
4+
"version": "0.1.5",
55
"author": {
66
"name": "Ernesto Resende",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)