Skip to content

Commit

Permalink
Releasing version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Sep 23, 2021
1 parent 0de43fc commit c73f0a1
Show file tree
Hide file tree
Showing 2 changed files with 8 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.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.
Expand Down
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.0.0",
"version": "2.1.0",
"description": "LaunchDarkly JavaScript test utilities",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit c73f0a1

Please sign in to comment.