Skip to content

Commit

Permalink
Releasing version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Apr 26, 2022
1 parent b349107 commit 61194e8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to the package will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [2.2.0] - 2022-04-26
### Added:
- Async helper functions `failOnResolve` and `failOnTimeout`.

### Changed:
- Updated dependency version for `selfsigned` (used when generating certificates for HTTPS testing) to 2.x.

## [2.1.1] - 2021-09-22
The 2.1.0 release was damaged and did not contain source files. 2.1.1 is a rerelease containing the same functionality.

Expand Down
11 changes: 11 additions & 0 deletions docs/typedoc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
out: '/tmp/project-releaser/project/docs/build/html',
exclude: [
'**/node_modules/**',
'test-types.ts'
],
name: "LaunchDarkly JavaScript Test Helpers (2.2.0)",
readme: 'none', // don't add a home page with a copy of README.md
entryPoints: "/tmp/project-releaser/project/src/index.ts",
entryPointStrategy: "expand"
};
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-test-helpers",
"version": "2.1.1",
"version": "2.2.0",
"description": "LaunchDarkly JavaScript test utilities",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 61194e8

Please sign in to comment.