Skip to content

Commit 5160ca1

Browse files
chore(main): release 0.1.0
2 parents ff2be61 + f949fa6 commit 5160ca1

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

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

3+
## 0.1.0 (2023-02-06)
4+
5+
6+
### 🔖 Features
7+
8+
* add core example project structure ([2831a9e](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/2831a9efe60d054ea3ed807b84a997009f1ebac2))
9+
* add esbuild config ([92eca90](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/92eca905e42cfaefa2f4c030b5552c1ae7595b5e))
10+
* initial package implementation ([29aeedc](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/29aeedcbcefac210ad72d69bcee7023aa9c236d6))
11+
12+
13+
### 🧹 Miscellaneous
14+
15+
* **build:** update build configs ([12d867f](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/12d867f9154c2151bb863de04b3fd973674dd4c8))
16+
* change function entry-point property to functionTarget ([7184308](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/71843083efe340bcb3e94651e40e471c2c139b9b))
17+
* change module compilation from commonjs to esnext ([7e473ca](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/7e473ca4ce440a0eacfc122a4fe1dac1c9b1005c))
18+
* changes tsconfig compile options ([8b60fea](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/8b60fea296cd613e8309eb91f899cd3ed16284b5))
19+
* **deps:** added core dependencies ([ee06ce3](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/ee06ce32e0a2445d9eca343c2c496e3b4b703b12))
20+
* **deps:** pin dependencies ([93d485f](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/93d485f21c3cbe1ba4237d3338e25974bfe3b606))
21+
* **deps:** pin dependencies ([a8f44f0](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/a8f44f0275600f90ae02e5de2cd1566376cf524a))
22+
* **deps:** removed changeset in favor of release-please ([5224f68](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/5224f68d63c21cd1d766789c95051bdc4822f4f0))
23+
* **deps:** resolve merge conflict ([0af4860](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/0af48609857d98caaae30458866186ba0071949d))
24+
* **deps:** update all non-major dependencies ([16081f2](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/16081f244a8bc8667cf306d79644ca4be69a974b))
25+
* **deps:** update all non-major dependencies ([69010b1](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/69010b1f20d1e8299643502e09428bf1dcdfbcf1))
26+
* **deps:** update dependencies ([c591008](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/c591008984aa158274616a9a3931bb393a0f0104))
27+
* **deps:** update dependency @types/jest to v29.2.6 ([b2615da](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/b2615dad2d3912da73e748c1f1dedee3a9f72949))
28+
* **deps:** update dependency @types/jest to v29.4.0 ([383ecac](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/383ecacea2b672708271d386d6af2dd1535e1128))
29+
* **deps:** update dependency dotenv-cli to v7 ([133385f](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/133385f9fe9e30108ae85c8517f3ffd81ac40e97))
30+
* **deps:** update dependency rimraf to v4 ([9c8819e](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/9c8819eea7c6a8bb7a1a97b679fd61d485d264b7))
31+
* **deps:** update lockfile ([ae75e03](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/ae75e03b63ef153c1df3ce56db9f81495509cbdd))
32+
* force run release pipeline ([9370df9](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/9370df999012d17860f171bb1cfe03328721c496))
33+
* **main:** release 0.1.0 ([c440495](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/c44049592f3a00a9d0bcbfa9da605051e9ded169))
34+
* release 0.1.0 ([ff2be61](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/ff2be6166d2cfa14122b25edd6bc8e329da67709))
35+
* remove cspell ([9996b68](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/9996b68bc60dc68bea5c4c28060dc24a799bab37))
36+
* remove unused tests ([ba11539](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/ba11539fe0010e67740892e966c07086d89f2bc4))
37+
* removed unneeded .envrc ([46d212c](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/46d212c7155fb8382e862cb049a8238b77aee5f6))
38+
* return http function on handler ([8c92f96](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/8c92f961f8b39a3fc37e169ee968ed3710730f78))
39+
* update docs and comments ([251326a](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/251326aff4f3759be743d8d0908b83cb7182ff37))
40+
* update prettier rules ([d329258](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/d329258245b508ecdb6e240af7667fa06af6f79d))
41+
* update release workflow ([48d664a](https://github.com/apollo-server-integrations/apollo-server-integration-google-cloud-functions/commit/48d664aa4919faad97e42ae4ea21f2d3a3a24bc3))
42+
343
## 0.1.0
444

545
### Minor Changes

0 commit comments

Comments
 (0)