Skip to content

Commit 873cf2b

Browse files
chore(main): release 0.4.0
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent 147e84b commit 873cf2b

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
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-
".": "0.3.2"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/open-feature/toggle-shop/compare/v0.3.2...v0.4.0) (2025-11-06)
4+
5+
6+
### ✨ New Features
7+
8+
* add selenium IDE project file for user simulation & add docs ([#30](https://github.com/open-feature/toggle-shop/issues/30)) ([1df3646](https://github.com/open-feature/toggle-shop/commit/1df3646490efd29ac30f0c876769feb9bc290d41))
9+
* adds flag validation workflow ([#33](https://github.com/open-feature/toggle-shop/issues/33)) ([147e84b](https://github.com/open-feature/toggle-shop/commit/147e84bbb94b366eac488bf3e5ca88237a2a4c05))
10+
11+
12+
### 🧹 Chore
13+
14+
* add generated React hooks and Node client ([#22](https://github.com/open-feature/toggle-shop/issues/22)) ([6a8a0e2](https://github.com/open-feature/toggle-shop/commit/6a8a0e25b5a5afe87b24b936721b358755737949))
15+
316
## [0.3.2](https://github.com/open-feature/toggle-shop/compare/v0.3.1...v0.3.2) (2025-03-28)
417

518

kubernetes/toggle-shop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ spec:
138138
spec:
139139
containers:
140140
- name: toggle-shop
141-
image: ghcr.io/open-feature/toggle-shop:v0.3.2 # x-release-please-version
141+
image: ghcr.io/open-feature/toggle-shop:v0.4.0 # x-release-please-version
142142
ports:
143143
- containerPort: 3000
144144
name: app-port

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "toggle-shop",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"private": true,
55
"scripts": {
66
"dev": "cross-env FLAGD_OFFLINE_FLAG_SOURCE_PATH=./flags.json next dev",

0 commit comments

Comments
 (0)