Skip to content

Commit

Permalink
Merge pull request #7 from launchdarkly/at/sync-package-json
Browse files Browse the repository at this point in the history
Use version 3.3.4 of event-stream
  • Loading branch information
Arnold Trakhtenberg authored Nov 27, 2018
2 parents 2a3bacd + 65ced35 commit 6b787b3
Show file tree
Hide file tree
Showing 4 changed files with 426 additions and 29 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

All notable changes to the "launchdarkly" extension will be documented in this file.

## [2.0.3] - 2018-11-26

### Fixed

- The previous version of ld-vscode had shipped with a potentially vulnerable version of `event-stream`, a dependency used by the vscode api. This version downgrades `event-stream` to a previous version that did not contain this vulnerability. More information on this vulnerability can be found here: https://github.com/dominictarr/event-stream/issues/116.

## [2.0.2] - 2018-10-04

### ⚠ PSA: Version 2.0.2 contains a dependency vulnerability in `event-stream` and should not be used.

### Fixed

- Fixed a bug causing hovers on non-flag string literals to indefinitely display loading text
Expand Down
49 changes: 21 additions & 28 deletions 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
Expand Up @@ -2,7 +2,7 @@
"name": "launchdarkly",
"displayName": "LaunchDarkly",
"description": "View LaunchDarkly feature flags in your editor.",
"version": "2.0.2",
"version": "2.0.3",
"publisher": "launchdarkly",
"engines": {
"vscode": "^1.18.0"
Expand Down
Loading

0 comments on commit 6b787b3

Please sign in to comment.