chore(main): release flagd-ofrep-cf-worker 0.0.2#19
chore(main): release flagd-ofrep-cf-worker 0.0.2#19openfeaturebot wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the version of the @openfeature/flagd-ofrep-cf-worker package to 0.0.2 and introduces a detailed changelog covering new features, bug fixes, and maintenance tasks. The review feedback suggests that the version bump should be a minor update (0.1.0) rather than a patch to comply with Semantic Versioning, given the addition of new features and major dependency updates. Additionally, the reviewer noted that the changelog incorrectly includes entries for a Rust worker, which indicates a need to refine the release configuration to filter by path.
| @@ -1,3 +1,3 @@ | |||
| { | |||
| "packages/js-ofrep-worker": "0.0.1" | |||
| "packages/js-ofrep-worker": "0.0.2" | |||
There was a problem hiding this comment.
| @@ -0,0 +1,39 @@ | |||
| # Changelog | |||
|
|
|||
| ## [0.0.2](https://github.com/open-feature/flagd-ofrep-cf-worker/compare/flagd-ofrep-cf-worker-v0.0.1...flagd-ofrep-cf-worker-v0.0.2) (2026-03-31) | |||
There was a problem hiding this comment.
Updating the version header and comparison link to reflect a minor version bump, as the release contains new features and breaking dependency changes.
| ## [0.0.2](https://github.com/open-feature/flagd-ofrep-cf-worker/compare/flagd-ofrep-cf-worker-v0.0.1...flagd-ofrep-cf-worker-v0.0.2) (2026-03-31) | |
| ## [0.1.0](https://github.com/open-feature/flagd-ofrep-cf-worker/compare/flagd-ofrep-cf-worker-v0.0.1...flagd-ofrep-cf-worker-v0.1.0) (2026-03-31) |
| ### ✨ New Features | ||
|
|
||
| * add R2 flag source support with per-token config loading ([#2](https://github.com/open-feature/flagd-ofrep-cf-worker/issues/2)) ([92f9c2e](https://github.com/open-feature/flagd-ofrep-cf-worker/commit/92f9c2e497ed4ba35197ec1b43bef3b8c78c78ff)) | ||
| * add Rust OFREP worker with WASM support ([d3dec1c](https://github.com/open-feature/flagd-ofrep-cf-worker/commit/d3dec1c74e33490beb8fac7465b16f3919434259)) |
There was a problem hiding this comment.
This entry refers to a Rust worker implementation (add Rust OFREP worker with WASM support), which is unrelated to this JavaScript package (js-ofrep-worker). It appears the changelog is incorrectly aggregating commits from other packages in the repository. You may need to adjust the release-please configuration to filter by path.
| { | ||
| "name": "@openfeature/flagd-ofrep-cf-worker", | ||
| "version": "0.0.1", | ||
| "version": "0.0.2", |
There was a problem hiding this comment.
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
84ac3bc to
36ed0e6
Compare
🤖 I have created a release beep boop
0.0.2 (2026-03-31)
✨ New Features
🐛 Bug Fixes
🧹 Chore
📚 Documentation
🔄 Refactoring
This PR was generated with Release Please. See documentation.