Skip to content

Commit

Permalink
Merge pull request #324 from rollout/release-please--branches--main--…
Browse files Browse the repository at this point in the history
…components--release-please-action

chore(main): release 1.0.1
  • Loading branch information
CristianCurteanu authored Jan 22, 2025
2 parents 9cb9725 + 914fcaa commit 20b1928
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.0.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.1](https://github.com/rollout/cloudbees-openfeature-provider-node/compare/v1.0.0...v1.0.1) (2025-01-22)


### Features

* Add possibility for OpenFeature provider to connect with CBP as well ([1898dec](https://github.com/rollout/cloudbees-openfeature-provider-node/commit/1898dec1eb85179156b0e3e2d41ae4b55c0e12bc))


### Miscellaneous Chores

* release 1.0.1 ([8ba0422](https://github.com/rollout/cloudbees-openfeature-provider-node/commit/8ba04227b39ffceb9b1075c39ece94c25f4d6246))

## [1.0.0](https://github.com/rollout/cloudbees-openfeature-provider-node/compare/v0.5.1...v1.0.0) (2022-10-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudbees-openfeature-provider-node",
"version": "1.0.0",
"version": "1.0.1",
"description": "An OpenFeature provider for CloudBees Feature Management",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 20b1928

Please sign in to comment.