Skip to content

Commit 6c21912

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 3.1.3
1 parent ad02f89 commit 6c21912

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

33
All notable changes to the LaunchDarkly client-side JavaScript SDKs will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [3.1.3] - 2023-04-12
6+
### Fixed:
7+
- Fixed an issue that was preventing page view/click events from being sent. (Thanks, [seanr-cardless](https://github.com/launchdarkly/js-client-sdk/pull/276)!)
8+
59
## [3.1.2] - 2023-03-21
610
### Changed:
711
- Update `LDContext` to allow for key to be optional. This is used when making an anonymous context with a generated key.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-js-client-sdk",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "LaunchDarkly SDK for JavaScript",
55
"author": "LaunchDarkly <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)