We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8a84c commit f5fc94eCopy full SHA for f5fc94e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.0.4 - [2020-07-07]
4
+
5
+- upgrade pkgs ([#22](https://github.com/justjavac/json-perf-loader/pull/22))
6
+- use github actions
7
8
## 1.0.3 - [2019-09-10]
9
10
- Upgrade schema-utils to 2.x [#11](https://github.com/justjavac/json-perf-loader/pull/11)
package.json
@@ -1,6 +1,6 @@
{
"name": "json-perf-loader",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "A loader for webpack to load JSON with performance advice",
"license": "MIT",
"repository": "justjavac/json-perf-loader",
0 commit comments