Skip to content

Commit dbf4316

Browse files
Version Packages (#170)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e1def0e commit dbf4316

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

.changeset/rotten-donkeys-bow.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/adapter-launchdarkly/CHANGELOG.md

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

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- e1def0e: Significantly improve performance by upgrading to `@launchdarkly/vercel-server-sdk` v1.3.34.
8+
9+
This release avoids JSON.stringify and JSON.parse overhead which earlier versions of `@launchdarkly/vercel-server-sdk` had.
10+
11+
See
12+
13+
- https://github.com/launchdarkly/js-core/releases/tag/vercel-server-sdk-v1.3.34
14+
- https://github.com/launchdarkly/js-core/pull/918
15+
316
## 0.3.1
417

518
### Patch Changes

packages/adapter-launchdarkly/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flags-sdk/launchdarkly",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "LaunchDarkly provider for the Flags SDK",
55
"keywords": [
66
"flags-sdk",

0 commit comments

Comments
 (0)