Skip to content

Commit 4072d24

Browse files
committed
Fix invalid Json in devproxy-config-file snippet. Closes #162 (#164)
1 parent 09d9907 commit 4072d24

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Snippets: `devproxy-plugin-open-api-spec-generator` - OpenApiSpecGeneratorPlugin config section
1515
- Snippets: All snippets that reference schemas updated to use `v0.24.0` schema
1616

17+
### Fixed:
18+
19+
- Snippets: Fix invalid Json in `devproxy-config-file`
20+
1721
## [0.14.0] - 2024-11-27
1822

1923
### Added:

src/snippets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"\t],",
1010
"\t\"urlsToWatch\": [",
1111
"\t\t$2",
12-
"\t]",
13-
"\t\"logLevel\": \"information\"",
14-
"\t\"newVersionNotification\": \"stable\"",
12+
"\t],",
13+
"\t\"logLevel\": \"information\",",
14+
"\t\"newVersionNotification\": \"stable\",",
1515
"\t\"showSkipMessages\": true",
1616
"}"
1717
],

0 commit comments

Comments
 (0)