Skip to content

Commit

Permalink
Releasing version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Jun 9, 2021
1 parent 72f7e8a commit d4899a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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 package will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [1.2.1] - 2021-06-09
### Fixed:
- When generating a self-signed certificate for TLS testing, use a key size of 2048 bits (rather than 1024, the default used by the `selfsigned` module) for maximum cross-platform compatibility.

## [1.2.0] - 2020-04-23
### Added:
- Methods in `TestHttpServer` for creating simple proxy servers.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.2.0",
"version": "1.2.1",
"description": "LaunchDarkly JavaScript test utilities",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit d4899a5

Please sign in to comment.