File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
- Snippets: ` devproxy-plugin-open-api-spec-generator ` - OpenApiSpecGeneratorPlugin config section
15
15
- Snippets: All snippets that reference schemas updated to use ` v0.24.0 ` schema
16
16
17
+ ### Fixed:
18
+
19
+ - Snippets: Fix invalid Json in ` devproxy-config-file `
20
+
17
21
## [ 0.14.0] - 2024-11-27
18
22
19
23
### Added:
Original file line number Diff line number Diff line change 9
9
" \t ]," ,
10
10
" \t\" urlsToWatch\" : [" ,
11
11
" \t\t $2" ,
12
- " \t ]" ,
13
- " \t\" logLevel\" : \" information\" " ,
14
- " \t\" newVersionNotification\" : \" stable\" " ,
12
+ " \t ], " ,
13
+ " \t\" logLevel\" : \" information\" , " ,
14
+ " \t\" newVersionNotification\" : \" stable\" , " ,
15
15
" \t\" showSkipMessages\" : true" ,
16
16
" }"
17
17
],
You can’t perform that action at this time.
0 commit comments