Skip to content

Commit 41ff0fa

Browse files
chore(main): release aws-ssm-provider 0.1.3
1 parent 4dbcbf1 commit 41ff0fa

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-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.2"
24+
"libs/providers/aws-ssm": "0.1.3"
2525
}

libs/providers/aws-ssm/CHANGELOG.md

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

3+
## [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-05-30)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency @aws-sdk/client-ssm to v3.787.0 ([#1278](https://github.com/open-feature/js-sdk-contrib/issues/1278)) ([afae82c](https://github.com/open-feature/js-sdk-contrib/commit/afae82c1a1472d33b884105edaac2976c19e7423))
9+
* **deps:** update dependency lru-cache to v11.1.0 ([#1279](https://github.com/open-feature/js-sdk-contrib/issues/1279)) ([a80f5ce](https://github.com/open-feature/js-sdk-contrib/commit/a80f5ce3d7a6e74e762a75ba8fa9f5b70ca2a179))
10+
11+
12+
### 🧹 Chore
13+
14+
* add "type" import enforcement lint rule and apply ([#1292](https://github.com/open-feature/js-sdk-contrib/issues/1292)) ([4dbcbf1](https://github.com/open-feature/js-sdk-contrib/commit/4dbcbf18703bdb0addbef2f7b3810677433abbfd))
15+
* **deps:** update dependency @smithy/types to v4.2.0 ([#1274](https://github.com/open-feature/js-sdk-contrib/issues/1274)) ([ee676d8](https://github.com/open-feature/js-sdk-contrib/commit/ee676d849514adbf1a510ee7fcc780cc7dd4f2b5))
16+
* **main:** release flipt-web-provider 0.1.3 ([#1253](https://github.com/open-feature/js-sdk-contrib/issues/1253)) ([7be62ae](https://github.com/open-feature/js-sdk-contrib/commit/7be62ae45f4dfbaefecc6205a28060698fdd884d))
17+
318
## [0.1.2](https://github.com/open-feature/js-sdk-contrib/compare/aws-ssm-provider-v0.1.1...aws-ssm-provider-v0.1.2) (2025-03-27)
419

520

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.2",
3+
"version": "0.1.3",
44
"dependencies": {
55
"@aws-sdk/client-ssm": "^3.759.0",
66
"lru-cache": "^11.0.2",

0 commit comments

Comments
 (0)