From c73f0a1606c6314df97aaf925bf99d6786a632ea Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Thu, 23 Sep 2021 01:37:18 +0000 Subject: [PATCH] Releasing version 2.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 188fdc5..ed11244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1.0] - 2021-09-22 +### Added: +- You can optionally specify a port for an HTTP server to listen on, instead of letting it automatically pick a port. + +### Fixed: +- `TestHttpHandlers.sseStream` was incorrectly writing `event: undefined` if you omitted the event type, instead of completely omitting that line. + ## [2.0.0] - 2021-08-23 ### Changed: - Minimum Node version is now 12. diff --git a/package.json b/package.json index 07059be..8f9bdb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-js-test-helpers", - "version": "2.0.0", + "version": "2.1.0", "description": "LaunchDarkly JavaScript test utilities", "main": "./dist/index.js", "types": "./dist/index.d.ts",