Skip to content

Commit e138b33

Browse files
chore: release main (#414)
🤖 I have created a release *beep* *boop* --- <details><summary>node-server-sdk-dynamodb: 6.1.5</summary> ## [6.1.5](node-server-sdk-dynamodb-v6.1.4...node-server-sdk-dynamodb-v6.1.5) (2024-04-01) ### Bug Fixes * Fix typings for big segment store factories. ([#413](#413)) ([723804b](723804b)) </details> <details><summary>node-server-sdk-redis: 4.1.5</summary> ## [4.1.5](node-server-sdk-redis-v4.1.4...node-server-sdk-redis-v4.1.5) (2024-04-01) ### Bug Fixes * Fix typings for big segment store factories. ([#413](#413)) ([723804b](723804b)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 723804b commit e138b33

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"packages/sdk/akamai-base": "2.1.2",
99
"packages/sdk/akamai-edgekv": "1.1.2",
1010
"packages/shared/akamai-edgeworker-sdk": "1.1.2",
11-
"packages/store/node-server-sdk-dynamodb": "6.1.4",
12-
"packages/store/node-server-sdk-redis": "4.1.4",
11+
"packages/store/node-server-sdk-dynamodb": "6.1.5",
12+
"packages/store/node-server-sdk-redis": "4.1.5",
1313
"packages/shared/sdk-client": "1.0.3",
1414
"packages/sdk/react-native": "10.0.5"
1515
}

packages/store/node-server-sdk-dynamodb/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@
9090
* devDependencies
9191
* @launchdarkly/node-server-sdk bumped from 9.2.1 to 9.2.2
9292

93+
## [6.1.5](https://github.com/launchdarkly/js-core/compare/node-server-sdk-dynamodb-v6.1.4...node-server-sdk-dynamodb-v6.1.5) (2024-04-01)
94+
95+
96+
### Bug Fixes
97+
98+
* Fix typings for big segment store factories. ([#413](https://github.com/launchdarkly/js-core/issues/413)) ([723804b](https://github.com/launchdarkly/js-core/commit/723804bb7db19f485d84940715c69e34cc08062f))
99+
93100
## [6.1.3](https://github.com/launchdarkly/js-core/compare/node-server-sdk-dynamodb-v6.1.2...node-server-sdk-dynamodb-v6.1.3) (2024-03-15)
94101

95102

packages/store/node-server-sdk-dynamodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/node-server-sdk-dynamodb",
3-
"version": "6.1.4",
3+
"version": "6.1.5",
44
"description": "DynamoDB-backed feature store for the LaunchDarkly Server-Side SDK for Node.js",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/store/node-server-sdk-dynamodb",
66
"repository": {

packages/store/node-server-sdk-redis/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@
9090
* devDependencies
9191
* @launchdarkly/node-server-sdk bumped from 9.2.1 to 9.2.2
9292

93+
## [4.1.5](https://github.com/launchdarkly/js-core/compare/node-server-sdk-redis-v4.1.4...node-server-sdk-redis-v4.1.5) (2024-04-01)
94+
95+
96+
### Bug Fixes
97+
98+
* Fix typings for big segment store factories. ([#413](https://github.com/launchdarkly/js-core/issues/413)) ([723804b](https://github.com/launchdarkly/js-core/commit/723804bb7db19f485d84940715c69e34cc08062f))
99+
93100
## [4.1.3](https://github.com/launchdarkly/js-core/compare/node-server-sdk-redis-v4.1.2...node-server-sdk-redis-v4.1.3) (2024-03-15)
94101

95102

packages/store/node-server-sdk-redis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/node-server-sdk-redis",
3-
"version": "4.1.4",
3+
"version": "4.1.5",
44
"description": "Redis-backed feature store for the LaunchDarkly Server-Side SDK for Node.js",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/store/node-server-sdk-redis",
66
"repository": {

0 commit comments

Comments
 (0)