Skip to content

Commit abfe4b2

Browse files
chore(release): 0.0.1-beta.1
## [0.0.1-beta.1](0.0.0...0.0.1-beta.1) (2022-04-05) ### Bug Fixes * add stub source and test for pipeline testing ([f472239](f472239))
1 parent 45561d2 commit abfe4b2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.0.1-beta.1](https://github.com/cloudgraphdev/cloudgraph-provider-oci/compare/0.0.0...0.0.1-beta.1) (2022-04-05)
2+
3+
4+
### Bug Fixes
5+
6+
* add stub source and test for pipeline testing ([f472239](https://github.com/cloudgraphdev/cloudgraph-provider-oci/commit/f47223912056e162ec3115cc27916e556146f8b2))
7+
18
## [0.0.1-alpha.1](https://github.com/cloudgraphdev/cloudgraph-provider-oci/compare/0.0.0...0.0.1-alpha.1) (2022-04-04)
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-oci",
3-
"version": "0.0.1-alpha.1",
3+
"version": "0.0.1-beta.1",
44
"description": "cloud-graph provider plugin for Oracle Cloud used to fetch OCI cloud data.",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",
@@ -76,4 +76,4 @@
7676
"git add --force"
7777
]
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)