Skip to content

Commit b94cecb

Browse files
authored
release v1.0.8 (#34)
1 parent cefd898 commit b94cecb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## 1.0.7 - [2020-11-02]
48

59
- Upgrade schema-utils, and handle single quotes in large JSON files ([#29](https://github.com/justjavac/json-perf-loader/pull/29))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-perf-loader",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "A loader for webpack to load JSON with performance advice",
55
"license": "MIT",
66
"repository": "justjavac/json-perf-loader",

0 commit comments

Comments
 (0)