Skip to content

Commit 914fcaa

Browse files
chore(main): release 1.0.1
1 parent 9cb9725 commit 914fcaa

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/rollout/cloudbees-openfeature-provider-node/compare/v1.0.0...v1.0.1) (2025-01-22)
4+
5+
6+
### Features
7+
8+
* Add possibility for OpenFeature provider to connect with CBP as well ([1898dec](https://github.com/rollout/cloudbees-openfeature-provider-node/commit/1898dec1eb85179156b0e3e2d41ae4b55c0e12bc))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* release 1.0.1 ([8ba0422](https://github.com/rollout/cloudbees-openfeature-provider-node/commit/8ba04227b39ffceb9b1075c39ece94c25f4d6246))
14+
315
## [1.0.0](https://github.com/rollout/cloudbees-openfeature-provider-node/compare/v0.5.1...v1.0.0) (2022-10-20)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudbees-openfeature-provider-node",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An OpenFeature provider for CloudBees Feature Management",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)