From 9d25287452c06b7a67e4a1a612d2e0b964b6cea2 Mon Sep 17 00:00:00 2001 From: TriPSs Date: Thu, 14 Nov 2024 10:49:28 +0000 Subject: [PATCH] chore(gcp-functions): release version 15.2.0 --- packages/gcp-functions/CHANGELOG.md | 15 +++++++++++++++ packages/gcp-functions/package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/packages/gcp-functions/CHANGELOG.md b/packages/gcp-functions/CHANGELOG.md index 6e63034f..a01f6141 100644 --- a/packages/gcp-functions/CHANGELOG.md +++ b/packages/gcp-functions/CHANGELOG.md @@ -1,4 +1,19 @@ +# [15.2.0](https://github.com/tripss/nx-extend/compare/gcp-functions@15.1.1...gcp-functions@15.2.0) (2024-11-14) + + +### Bug Fixes + +* **gcp-functions:** Remove export from index.ts barrel file ([4cf177a](https://github.com/tripss/nx-extend/commit/4cf177a6bb14ebe3e9df3e9f6a525360a41f107d)) +* **gcp-functions:** schema.json formatting ([b812545](https://github.com/tripss/nx-extend/commit/b812545239cb9f220bfa8c2695e2b154475059ad)) + + +### Features + +* **gcp-functions:** Extend allowed memory 8GB for gen 1 and 16GB / 32 GB for gen 2 ([d6d3559](https://github.com/tripss/nx-extend/commit/d6d355983ad510934e3f24e03620435f8e21af83)) + + + ## [15.1.1](https://github.com/tripss/nx-extend/compare/gcp-functions@15.1.0...gcp-functions@15.1.1) (2024-10-24) diff --git a/packages/gcp-functions/package.json b/packages/gcp-functions/package.json index 272ff896..3c4280db 100644 --- a/packages/gcp-functions/package.json +++ b/packages/gcp-functions/package.json @@ -1,6 +1,6 @@ { "name": "@nx-extend/gcp-functions", - "version": "15.1.1", + "version": "15.2.0", "homepage": "https://github.com/TriPSs/nx-extend/blob/master/packages/gcp-functions/README.md", "bugs": { "url": "https://github.com/tripss/nx-extend/issues"