Skip to content

Commit c39f0a9

Browse files
chore(main): release debounce-hook 0.1.1 (#1394)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c3c18be commit c39f0a9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
"libs/providers/growthbook": "0.1.2",
2424
"libs/providers/aws-ssm": "0.1.3",
2525
"libs/providers/flagsmith": "0.1.2",
26-
"libs/hooks/debounce": "0.1.0"
26+
"libs/hooks/debounce": "0.1.1"
2727
}

libs/hooks/debounce/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/open-feature/js-sdk-contrib/compare/debounce-hook-v0.1.0...debounce-hook-v0.1.1) (2025-10-13)
4+
5+
6+
### ✨ New Features
7+
8+
* add debounce hook ([#1389](https://github.com/open-feature/js-sdk-contrib/issues/1389)) ([c3c18be](https://github.com/open-feature/js-sdk-contrib/commit/c3c18bec7c7c0e767da7bda63b0356eafcf3d676))

libs/hooks/debounce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/debounce-hook",
3-
"version": "0.0.1",
3+
"version": "0.1.1",
44
"dependencies": {
55
"tslib": "^2.3.0"
66
},

0 commit comments

Comments
 (0)