Skip to content

Commit

Permalink
release v1.0.8 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac authored Feb 19, 2021
1 parent cefd898 commit b94cecb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.8 - [2021-02-19]

- Handle escaped double quotes in JSON ([#33](https://github.com/justjavac/json-perf-loader/pull/33))

## 1.0.7 - [2020-11-02]

- Upgrade schema-utils, and handle single quotes in large JSON files ([#29](https://github.com/justjavac/json-perf-loader/pull/29))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b94cecb

Please sign in to comment.