Skip to content

Commit

Permalink
chore(main): release 0.1.5 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoresende authored Jul 27, 2023
1 parent 80fb9fc commit bb87762
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @as-integrations/google-cloud-functions

## [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)


### 🐛 Bug Fixes

* 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))


### 🧹 Miscellaneous

* **deps:** update all non-major dependencies ([749b0fe](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/749b0fe97cdeff666cd2e7003d39609bc59c442f))
* **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))
* **deps:** update dependency @types/jest to v29.5.0 ([f60493d](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/f60493d4d6e0c03bcff2b6b70ab96bba36ddbed9))
* **deps:** update dependency prettier to v3 ([d9e32f3](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/d9e32f3296772e5adaa1c16eaa7a3d653927d06d))

## [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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@as-integrations/google-cloud-functions",
"description": "An integration to use Google Cloud Functions as a hosting service with Apollo Server",
"version": "0.1.4",
"version": "0.1.5",
"author": {
"name": "Ernesto Resende",
"email": "[email protected]"
Expand Down

0 comments on commit bb87762

Please sign in to comment.