From d4899a56630b1c8509f1a1f86fb71945f9f907dc Mon Sep 17 00:00:00 2001 From: LaunchDarklyCI Date: Wed, 9 Jun 2021 19:17:45 +0000 Subject: [PATCH] Releasing version 1.2.1 --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02322eb..ffe2b94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package-lock.json b/package-lock.json index 342f14f..ebd23b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-js-test-helpers", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 53d5cf3..fb8a545 100644 --- a/package.json +++ b/package.json @@ -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",