diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b24a0c..0af27a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Snippets: `devproxy-plugin-open-api-spec-generator` - OpenApiSpecGeneratorPlugin config section - Snippets: All snippets that reference schemas updated to use `v0.24.0` schema +### Fixed: + +- Snippets: Fix invalid Json in `devproxy-config-file` + ## [0.14.0] - 2024-11-27 ### Added: diff --git a/src/snippets.json b/src/snippets.json index 9081e1d..36a8fdb 100644 --- a/src/snippets.json +++ b/src/snippets.json @@ -9,9 +9,9 @@ "\t],", "\t\"urlsToWatch\": [", "\t\t$2", - "\t]", - "\t\"logLevel\": \"information\"", - "\t\"newVersionNotification\": \"stable\"", + "\t],", + "\t\"logLevel\": \"information\",", + "\t\"newVersionNotification\": \"stable\",", "\t\"showSkipMessages\": true", "}" ],