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