Skip to content

Commit 212c9c9

Browse files
authored
chore(vscode): 0.2.3 (#1071)
1 parent b7004bd commit 212c9c9

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

extensions/vscode/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 0.2.3
2+
3+
- chore(deps-dev): bump @types/node from 20.6.0 to 20.6.2 in /extensions/vscode ([#1054](https://github.com/VeryGoodOpenSource/dart_frog/pull/1054))
4+
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.7.2 in /extensions/vscode ([#1055](https://github.com/VeryGoodOpenSource/dart_frog/pull/1055))
5+
- chore(deps-dev): bump @typescript-eslint/parser from 6.7.0 to 6.7.2 in /extensions/vscode ([#1057](https://github.com/VeryGoodOpenSource/dart_frog/pull/1057))
6+
- chore(deps-dev): bump sinon from 15.2.0 to 16.0.0 in /extensions/vscode ([#1056](https://github.com/VeryGoodOpenSource/dart_frog/pull/1056))
7+
- fix: windows compatible new route and middleware ([#1062](https://github.com/VeryGoodOpenSource/dart_frog/pull/1062))
8+
- fix: ensure nearestParentDartFrogProject is Windows compatible ([#1064](https://github.com/VeryGoodOpenSource/dart_frog/pull/1064))
9+
- fix: ensure daemon spawns in shell for Windows compatibility ([#1065](https://github.com/VeryGoodOpenSource/dart_frog/pull/1065))
10+
- fix: ensure create command is Windows compatible ([#1068](https://github.com/VeryGoodOpenSource/dart_frog/pull/1068))
11+
- test: used double quotes on create stub ([#1070](https://github.com/VeryGoodOpenSource/dart_frog/pull/1070))
12+
113
# 0.2.2
214

315
- chore: remove new-route-middleware.gif ([#1039](https://github.com/VeryGoodOpenSource/dart_frog/pull/1039))

extensions/vscode/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dart-frog",
33
"displayName": "Dart Frog",
44
"description": "Support for Dart Frog, a minimalistic backend framework.",
5-
"version": "0.2.2",
5+
"version": "0.2.3",
66
"publisher": "VeryGoodVentures",
77
"bugs": {
88
"url": "https://github.com/VeryGoodOpenSource/dart_frog/issues",

0 commit comments

Comments
 (0)