diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d6d829..8f979fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,5 +2,9 @@ All notable changes to the package will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [1.1.0] - 2019-12-03 +### Added: +- `TestHttpServers`, containing the same static factory methods that are in `TestHttpServer`. This is a workaround for a transpiler problem that can prevent imports from working correctly for classes that have a constructor as well as static methods. + ## [1.0.0] - 2019-11-26 Initial release. diff --git a/package-lock.json b/package-lock.json index 96716f5..cdf19d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-js-test-helpers", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eb54873..fd6402d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-js-test-helpers", - "version": "1.0.0", + "version": "1.1.0", "description": "LaunchDarkly JavaScript test utilities", "main": "./dist/index.js", "types": "./dist/index.d.ts",