Skip to content

Commit

Permalink
Releasing version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Dec 3, 2019
1 parent 6f4b723 commit ecea686
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,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.
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.0.0",
"version": "1.1.0",
"description": "LaunchDarkly JavaScript test utilities",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit ecea686

Please sign in to comment.