Skip to content

Commit b2b19ee

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

File tree

5 files changed

+20
-3
lines changed

5 files changed

+20
-3
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"libs/hooks/open-telemetry": "1.0.6-alpha"
2+
"libs/hooks/open-telemetry": "1.1.0-alpha",
3+
"libs/providers/stub": "1.0.0"
34
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.1.0-alpha](https://github.com/open-feature/node-sdk-contrib/compare/open-telemetry-hook-v1.0.6-alpha...open-telemetry-hook-v1.1.0-alpha) (2022-07-15)
4+
5+
6+
### Features
7+
8+
* add minor change ([#60](https://github.com/open-feature/node-sdk-contrib/issues/60)) ([e1e9703](https://github.com/open-feature/node-sdk-contrib/commit/e1e97038103b10c6b6e3a8d0bf0dc8daa6a14382))

libs/hooks/open-telemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/open-telemetry-hook",
3-
"version": "1.0.6-alpha",
3+
"version": "1.1.0-alpha",
44
"type": "commonjs",
55
"repository": {
66
"type": "git",

libs/providers/stub/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2022-07-15)
4+
5+
6+
### Bug Fixes
7+
8+
* a fix ([#62](https://github.com/open-feature/node-sdk-contrib/issues/62)) ([eb14bc0](https://github.com/open-feature/node-sdk-contrib/commit/eb14bc061ee64e7e0991b1d742f0cec47b9189e6))

libs/providers/stub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/stub-provider",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"type": "commonjs",
55
"scripts": {
66
"publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [[ $(npm show $npm_package_name@$npm_package_version version) = $(npm run current-version -s) ]]; then echo 'already published, skipping'; else npm publish --access public; fi",

0 commit comments

Comments
 (0)