Skip to content

Commit a5a5ff6

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 3.3.4
1 parent 6315c36 commit a5a5ff6

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
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-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).
44

5+
## [3.3.4] - 2021-10-15
6+
### Fixed:
7+
- Reverted change to `uuid` dependency while working on some compatibility issues.
8+
59
## [3.3.3] - 2021-08-23
610
### Fixed:
711
- Updated `uuid` dependency to 8.x to remove deprecated usage. ([#46](https://github.com/launchdarkly/js-sdk-common/issues/46))

docs/typedoc.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module.exports = {
2+
out: './docs/build/html',
3+
exclude: [
4+
'**/node_modules/**',
5+
'test-types.ts'
6+
],
7+
name: "LaunchDarkly Javascript SDK Core Components (3.3.4)",
8+
readme: 'none', // don't add a home page with a copy of README.md
9+
mode: 'file', // don't treat "index.d.ts" itself as a parent module
10+
includeDeclarations: true, // allows it to process a .d.ts file instead of actual TS code
11+
entryPoint: '"launchdarkly-js-sdk-common"' // note extra quotes - workaround for a TypeDoc bug
12+
};

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-sdk-common",
3-
"version": "3.3.3",
3+
"version": "3.3.4",
44
"description": "LaunchDarkly SDK for JavaScript - common code",
55
"author": "LaunchDarkly <team@launchdarkly.com>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)