File tree Expand file tree Collapse file tree 6 files changed +19
-5
lines changed
providers/go-feature-flag Expand file tree Collapse file tree 6 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "libs/hooks/open-telemetry" : " 1.2.1 -alpha" ,
3
- "libs/providers/go-feature-flag" : " 0.1.1 "
2
+ "libs/hooks/open-telemetry" : " 1.2.2 -alpha" ,
3
+ "libs/providers/go-feature-flag" : " 0.1.2 "
4
4
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.2.2-alpha] ( https://github.com/open-feature/node-sdk-contrib/compare/open-telemetry-hook-v1.2.1-alpha...open-telemetry-hook-v1.2.2-alpha ) (2022-07-21)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * shell scripts in templates ([ #73 ] ( https://github.com/open-feature/node-sdk-contrib/issues/73 ) ) ([ 89c8cfe] ( https://github.com/open-feature/node-sdk-contrib/commit/89c8cfe981348376995f50ca757299077249544e ) )
9
+
3
10
## [ 1.2.1-alpha] ( https://github.com/open-feature/node-sdk-contrib/compare/open-telemetry-hook-v1.2.0-alpha...open-telemetry-hook-v1.2.1-alpha ) (2022-07-21)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openfeature/open-telemetry-hook" ,
3
- "version" : " 1.2.1 -alpha" ,
3
+ "version" : " 1.2.2 -alpha" ,
4
4
"type" : " commonjs" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export class OpenTelemetryHook implements Hook {
20
20
constructor ( ) {
21
21
this . tracer = trace . getTracer (
22
22
'@openfeature/open-telemetry-hook' ,
23
- '1.2.1 -alpha' // x-release-please-version
23
+ '1.2.2 -alpha' // x-release-please-version
24
24
) ;
25
25
}
26
26
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.2] ( https://github.com/open-feature/node-sdk-contrib/compare/go-feature-flag-provider-v0.1.1...go-feature-flag-provider-v0.1.2 ) (2022-07-21)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * shell scripts in templates ([ #73 ] ( https://github.com/open-feature/node-sdk-contrib/issues/73 ) ) ([ 89c8cfe] ( https://github.com/open-feature/node-sdk-contrib/commit/89c8cfe981348376995f50ca757299077249544e ) )
9
+
3
10
## [ 0.1.1] ( https://github.com/open-feature/node-sdk-contrib/compare/go-feature-flag-provider-v0.1.0...go-feature-flag-provider-v0.1.1 ) (2022-07-21)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openfeature/go-feature-flag-provider" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"type" : " commonjs" ,
5
5
"peerDependencies" : {
6
6
"@openfeature/nodejs-sdk" : " ^0.0.1"
You can’t perform that action at this time.
0 commit comments