diff --git a/packages/gcp-functions/CHANGELOG.md b/packages/gcp-functions/CHANGELOG.md index af3de4ea..f3e5e94b 100644 --- a/packages/gcp-functions/CHANGELOG.md +++ b/packages/gcp-functions/CHANGELOG.md @@ -2,6 +2,15 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [13.1.2](https://github.com/TriPSs/nx-extend/compare/gcp-functions@13.1.1...gcp-functions@13.1.2) (2024-05-17) + + +### Bug Fixes + +* **gcp-functions:** Remove secrets from schema as it can be two options now ([d634049](https://github.com/TriPSs/nx-extend/commit/d6340491f1fa1c7200e59303a6bf1d6b3937dd46)) + + + ## [13.1.1](https://github.com/TriPSs/nx-extend/compare/gcp-functions@13.1.0...gcp-functions@13.1.1) (2024-05-17) diff --git a/packages/gcp-functions/package.json b/packages/gcp-functions/package.json index 5d05c6e1..a4d249e8 100644 --- a/packages/gcp-functions/package.json +++ b/packages/gcp-functions/package.json @@ -1,6 +1,6 @@ { "name": "@nx-extend/gcp-functions", - "version": "13.1.1", + "version": "13.1.2", "homepage": "https://github.com/TriPSs/nx-extend/blob/master/packages/gcp-functions/README.md", "bugs": { "url": "https://github.com/tripss/nx-extend/issues"