Skip to content

Commit d63db9b

Browse files
chore(main): release aws-ssm-provider 0.1.4
1 parent f2efa55 commit d63db9b

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"libs/shared/config-cat-core": "0.1.1",
2222
"libs/providers/unleash-web": "0.1.1",
2323
"libs/providers/growthbook": "0.1.2",
24-
"libs/providers/aws-ssm": "0.1.3"
24+
"libs/providers/aws-ssm": "0.1.4"
2525
}

libs/providers/aws-ssm/CHANGELOG.md

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

3+
## [0.1.4](https://github.com/open-feature/js-sdk-contrib/compare/aws-ssm-provider-v0.1.3...aws-ssm-provider-v0.1.4) (2025-07-16)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency @aws-sdk/client-ssm to v3.826.0 ([#1313](https://github.com/open-feature/js-sdk-contrib/issues/1313)) ([ec5309a](https://github.com/open-feature/js-sdk-contrib/commit/ec5309a0a9efd9a6556f180d57f774ad003455bd))
9+
* **deps:** update dependency @aws-sdk/client-ssm to v3.840.0 ([#1329](https://github.com/open-feature/js-sdk-contrib/issues/1329)) ([3751930](https://github.com/open-feature/js-sdk-contrib/commit/375193081a0ab7f584bf24dd7a77e3fa41a72e26))
10+
311
## [0.1.3](https://github.com/open-feature/js-sdk-contrib/compare/aws-ssm-provider-v0.1.2...aws-ssm-provider-v0.1.3) (2025-06-04)
412

513

libs/providers/aws-ssm/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.

libs/providers/aws-ssm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/aws-ssm-provider",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"dependencies": {
55
"@aws-sdk/client-ssm": "^3.759.0",
66
"lru-cache": "^11.0.2",

0 commit comments

Comments
 (0)