Skip to content

Commit fe82bf1

Browse files
chore(release): 0.0.1-alpha.1
## [0.0.1-alpha.1](0.0.0...0.0.1-alpha.1) (2022-04-04) ### Bug Fixes * add stub source and test for pipeline testing ([f472239](f472239))
1 parent 4f1b83c commit fe82bf1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## [0.0.1-alpha.1](https://github.com/cloudgraphdev/cloudgraph-provider-oci/compare/0.0.0...0.0.1-alpha.1) (2022-04-04)
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))

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.0",
3+
"version": "0.0.1-alpha.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)