Skip to content

Commit bf3ff2a

Browse files
Release 1.4.1
1 parent a05c35c commit bf3ff2a

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

CHANGELOG.md

Lines changed: 30 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,41 @@
1-
## Features
2-
3-
- feat: add fuzzy search to projects list dropdown by @L-Joli in #208
4-
51
## Bug Fixes
62

7-
- fix: hover color to match theme by @L-Joli in #198
8-
- fix: Use node version that is bundled with CLI by @laurawarr in #202
3+
- fix: reduce max chunk to one when webpacking by @jsalaber in #235
4+
- fix: fix project showing up as undefined by @nsalamad in #248
5+
- fix: cannot read properties of undefined error on file save by @nsalamad in #250
96

107
## Other Changes
118

12-
- chore: add helper functions for fuzzy search dropdown by @L-Joli in #197
13-
- chore: sort variables by key for inspector dropdown by @nsalamad in #199
14-
- chore: add no usages message by @L-Joli in #201
15-
- chore: only update usages for the saved file by @jsalaber in #203
16-
- chore: sort projects and display projects name by @L-Joli in #205
9+
- chore: dependabot by @JamieSinn in #211
10+
- chore: Remove webdriverio by @laurawarr in #240
1711

1812

1913

2014
## Uncategorized
2115

16+
- chore(deps): bump get-func-name from 2.0.0 to 2.0.2 by @dependabot[bot] in #200
17+
- chore(deps): bump postcss from 8.4.29 to 8.4.31 by @dependabot[bot] in #206
18+
- chore(deps): bump undici from 5.23.0 to 5.26.3 by @dependabot[bot] in #209
19+
- chore(deps): bump @babel/traverse from 7.22.11 to 7.23.2 by @dependabot[bot] in #210
20+
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot[bot] in #212
21+
- chore(deps-dev): bump wdio-wait-for from 3.0.6 to 3.0.7 by @dependabot[bot] in #213
22+
- chore(deps-dev): bump @wdio/cli from 8.13.14 to 8.20.2 by @dependabot[bot] in #218
23+
- chore(deps-dev): bump eslint from 8.46.0 to 8.52.0 by @dependabot[bot] in #217
24+
- chore(deps): bump tar and @types/tar by @dependabot[bot] in #216
25+
- chore(deps-dev): bump glob from 7.2.3 to 10.3.10 by @dependabot[bot] in #214
26+
- chore(deps-dev): bump ts-loader from 9.4.4 to 9.5.0 by @dependabot[bot] in #215
27+
- chore(deps-dev): bump sinon from 15.2.0 to 17.0.0 by @dependabot[bot] in #222
28+
- chore(deps-dev): bump webpack from 5.88.2 to 5.89.0 by @dependabot[bot] in #221
29+
- chore(deps-dev): bump @types/glob from 7.2.0 to 8.1.0 by @dependabot[bot] in #219
30+
- chore(deps): bump @devcycle/js-client-sdk from 1.13.2 to 1.13.10 by @dependabot[bot] in #226
31+
- chore(deps): bump @types/vscode-webview from 1.57.1 to 1.57.3 by @dependabot[bot] in #224
32+
- chore(deps-dev): bump @vscode/test-electron from 2.3.3 to 2.3.6 by @dependabot[bot] in #225
33+
- chore(deps-dev): bump chai and @types/chai by @dependabot[bot] in #223
34+
- chore(deps): bump axios from 0.26.1 to 1.6.0 by @dependabot[bot] in #227
35+
- chore(deps-dev): bump prettier from 3.0.0 to 3.0.3 by @dependabot[bot] in #232
36+
- chore(deps): bump actions/setup-node from 3 to 4 by @dependabot[bot] in #233
37+
- chore(deps-dev): bump @types/lodash.partition from 4.6.7 to 4.6.8 by @dependabot[bot] in #229
38+
- chore(deps): Revert bump axios from 0.26.1 to 1.6.0 by @jsalaber in #234
39+
- chore(deps-dev): bump @types/node from 14.18.54 to 20.8.9 by @dependabot[bot] in #230
40+
- chore(deps-dev): bump @wdio/local-runner from 8.15.9 to 8.20.5 by @dependabot[bot] in #228
2241

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "devcycle-feature-flags",
33
"displayName": "DevCycle Feature Flags",
44
"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.",
5-
"version": "1.4.0",
5+
"version": "1.4.1",
66
"publisher": "DevCycle",
77
"icon": "media/togglebot.png",
88
"engines": {

0 commit comments

Comments
 (0)