We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cefd898 commit b94cecbCopy full SHA for b94cecb
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.0.8 - [2021-02-19]
4
+
5
+- Handle escaped double quotes in JSON ([#33](https://github.com/justjavac/json-perf-loader/pull/33))
6
7
## 1.0.7 - [2020-11-02]
8
9
- Upgrade schema-utils, and handle single quotes in large JSON files ([#29](https://github.com/justjavac/json-perf-loader/pull/29))
package.json
@@ -1,6 +1,6 @@
{
"name": "json-perf-loader",
- "version": "1.0.7",
+ "version": "1.0.8",
"description": "A loader for webpack to load JSON with performance advice",
"license": "MIT",
"repository": "justjavac/json-perf-loader",
0 commit comments