Skip to content

Commit

Permalink
Releasing version 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Sep 6, 2023
1 parent 40cd7fd commit 8675ab6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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).

## [3.1.4] - 2023-09-06
### Fixed:
- #283 Catch xhr errors on page close and ignore them to reduce noise.

## [3.1.3] - 2023-04-12
### Fixed:
- 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)!)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launchdarkly-js-client-sdk",
"version": "3.1.3",
"version": "3.1.4",
"description": "LaunchDarkly SDK for JavaScript",
"author": "LaunchDarkly <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 8675ab6

Please sign in to comment.