Skip to content

Commit 8341aa4

Browse files
chore: release node-server-sdk-8.x (#377)
🤖 I have created a release *beep* *boop* --- <details><summary>node-server-sdk: 8.2.5</summary> ## [8.2.5](node-server-sdk-v8.2.4...node-server-sdk-v8.2.5) (2024-02-12) ### Bug Fixes * Fix an issue where failed http requests could cause an unhandled promise rejection. ([#374](#374)) ([ecfd2db](ecfd2db)) </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 ecfd2db commit 8341aa4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/sdk/server-node/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to `@launchdarkly/node-server-sdk` will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [8.2.5](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v8.2.4...node-server-sdk-v8.2.5) (2024-02-12)
6+
7+
8+
### Bug Fixes
9+
10+
* Fix an issue where failed http requests could cause an unhandled promise rejection. ([#374](https://github.com/launchdarkly/js-core/issues/374)) ([ecfd2db](https://github.com/launchdarkly/js-core/commit/ecfd2dbe11ff59d12e715106b4e84808dfd51b09))
11+
512
## [8.2.4](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v8.2.3...node-server-sdk-v8.2.4) (2023-09-06)
613

714
### Bug Fixes

packages/sdk/server-node/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",
3-
"version": "8.2.4",
3+
"version": "8.2.5",
44
"description": "LaunchDarkly Server-Side SDK for Node.js",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node",
66
"repository": {

0 commit comments

Comments
 (0)