diff --git a/CHANGELOG.md b/CHANGELOG.md index 0367a3e..cfaa755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,22 @@ +## Features + +- feat: add fuzzy search to projects list dropdown by @L-Joli in #208 + ## Bug Fixes -- fix: use first logged in folder for inspector view by @jsalaber in #189 -- fix: use key if no name defined in sortByName by @jsalaber in #193 +- fix: hover color to match theme by @L-Joli in #198 +- fix: Use node version that is bundled with CLI by @laurawarr in #202 ## Other Changes -- chore: don't let feature text wrap in inspector by @nsalamad in #190 -- chore: add badge to readme for min vscode version by @jsalaber in #192 +- chore: add helper functions for fuzzy search dropdown by @L-Joli in #197 +- chore: sort variables by key for inspector dropdown by @nsalamad in #199 +- chore: add no usages message by @L-Joli in #201 +- chore: only update usages for the saved file by @jsalaber in #203 +- chore: sort projects and display projects name by @L-Joli in #205 ## Uncategorized -- Bump CLI to v5.10.2 by @laurawarr in #191 diff --git a/package.json b/package.json index 59cc41c..b6b3444 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "devcycle-feature-flags", "displayName": "DevCycle Feature Flags", "description": "DevCycle is an intuitive extension for Visual Studio Code, built to manage and keep track of your feature flags from the comfort of your IDE.", - "version": "1.3.1", + "version": "1.4.0", "publisher": "DevCycle", "icon": "media/togglebot.png", "engines": {