Skip to content

Commit bc70cf8

Browse files
chore(release): 0.34.2-alpha.1
## [0.34.2-alpha.1](0.34.1...0.34.2-alpha.1) (2022-06-17) ### Bug Fixes * **bigQuery:** add labels in bigQueryDataset ([357524f](357524f))
1 parent 641da0d commit bc70cf8

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.34.2-alpha.1](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/compare/0.34.1...0.34.2-alpha.1) (2022-06-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **bigQuery:** add labels in bigQueryDataset ([357524f](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/357524f7865036954906419c735a8a4daf71e10c))
7+
18
## [0.34.1](https://gitlab.com/auto-cloud/cloudgraph/provider/cloudgraph-provider-gcp/compare/0.34.0...0.34.1) (2022-03-24)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudgraph/cg-provider-gcp",
3-
"version": "0.34.1",
3+
"version": "0.34.2-alpha.1",
44
"description": "CloudGraph provider plugin for GCP used to fetch GCP cloud data.",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",
@@ -96,4 +96,4 @@
9696
"git add --force"
9797
]
9898
}
99-
}
99+
}

0 commit comments

Comments
 (0)