From e214cdd1fd9467354330262b575954e362458ad2 Mon Sep 17 00:00:00 2001 From: Eli Bishop Date: Wed, 22 Sep 2021 18:53:42 -0700 Subject: [PATCH] Releasing version 2.1.1 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed11244..33036db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to the package will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [2.1.1] - 2021-09-22 +The 2.1.0 release was damaged and did not contain source files. 2.1.1 is a rerelease containing the same functionality. + ## [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. diff --git a/package.json b/package.json index 8f9bdb0..5bc7084 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-js-test-helpers", - "version": "2.1.0", + "version": "2.1.1", "description": "LaunchDarkly JavaScript test utilities", "main": "./dist/index.js", "types": "./dist/index.d.ts",