From 9321305dfbf926472005e00b727562da79c4a467 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 20:14:14 +0000 Subject: [PATCH] chore(main): release 5.8.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 51cd607..eb5ddb6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.8.1" + ".": "5.8.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d29d2ca..d277108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the `launchdarkly-js-sdk-common` package will be documented in this file. Changes that affect the dependent SDKs such as `launchdarkly-js-client-sdk` should also be logged in those projects, in the next release that uses the updated version of this package. This project adheres to [Semantic Versioning](http://semver.org). +## [5.8.2](https://github.com/launchdarkly/js-sdk-common/compare/5.8.1...5.8.2) (2026-07-17) + + +### Bug Fixes + +* attribute key that is prefixed with `/` are not redacted when `allAttributesPrivate` is set to `true` ([#150](https://github.com/launchdarkly/js-sdk-common/issues/150)) ([8cd6b15](https://github.com/launchdarkly/js-sdk-common/commit/8cd6b15a7484ab05edd5d5bbde0547e3494048c7)) + ## [5.8.1](https://github.com/launchdarkly/js-sdk-common/compare/5.8.0...5.8.1) (2026-05-21) diff --git a/package.json b/package.json index 6480945..7362aa0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-js-sdk-common", - "version": "5.8.1", + "version": "5.8.2", "description": "LaunchDarkly SDK for JavaScript - common code", "author": "LaunchDarkly ", "license": "Apache-2.0",