Skip to content

Commit 0b89de5

Browse files
Release 1.4.2
1 parent 2afcc9e commit 0b89de5

File tree

2 files changed

+2
-34
lines changed

2 files changed

+2
-34
lines changed

CHANGELOG.md

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,9 @@
1-
## Bug Fixes
2-
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
6-
71
## Other Changes
82

9-
- chore: dependabot by @JamieSinn in #211
10-
- chore: Remove webdriverio by @laurawarr in #240
3+
- chore: update cli version in constants.ts by @nsalamad in #254
114

125

136

147
## Uncategorized
158

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
419

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.1",
5+
"version": "1.4.2",
66
"publisher": "DevCycle",
77
"icon": "media/togglebot.png",
88
"engines": {

0 commit comments

Comments
 (0)