Skip to content

Commit 333f9f0

Browse files
chore: release main (#70)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f32d3b0 commit 333f9f0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"libs/hooks/open-telemetry": "1.2.0-alpha",
3-
"libs/providers/go-feature-flag": "0.0.1"
3+
"libs/providers/go-feature-flag": "0.1.0"
44
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/open-feature/node-sdk-contrib/compare/go-feature-flag-provider-v0.0.1...go-feature-flag-provider-v0.1.0) (2022-07-21)
4+
5+
6+
### Features
7+
8+
* Go feature flag provider ([#64](https://github.com/open-feature/node-sdk-contrib/issues/64)) ([f32d3b0](https://github.com/open-feature/node-sdk-contrib/commit/f32d3b0d8ae9203c6922cb8c6a6a2a291f5f9068))

libs/providers/go-feature-flag/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/go-feature-flag-provider",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"type": "commonjs",
55
"peerDependencies": {
66
"@openfeature/nodejs-sdk": "^0.0.1"

0 commit comments

Comments
 (0)