Skip to content

Commit 2363398

Browse files
author
evilebottnawi
committed
chore: prepare 0.2.1 release
1 parent 7f7efc4 commit 2363398

7 files changed

+7669
-2316
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ root = true
33

44
[*]
55
indent_style = space
6-
indent_size = 4
6+
indent_size = 2
77
end_of_line = lf
88
charset = utf-8
99
trim_trailing_whitespace = true

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# 0.2.1 - 2018-03-26
8+
9+
- Fix: overwrite `middlewar`e if proxy is `String`.
10+
- Fix: callback call.
11+
712
# 0.2.0 - 2017-06-20
813

914
- Changed: minimum required `webpack` version is now `2.0.0`

lint-staged.config.js

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
"use strict"; // eslint-disable-line lines-around-directive, strict
22

33
module.exports = {
4-
"*.{js,jsx,babel}": ["eslint --fix", "git add"],
5-
"*.{md,markdown,mdown,mkdn,mkd,mdwn,mkdown,ron}": [
6-
"remark -f -q",
7-
"git add"
8-
]
4+
"*.{js,jsx,babel}": ["eslint --fix", "git add"],
5+
"*.{md,markdown,mdown,mkdn,mkd,mdwn,mkdown,ron}": ["remark -f -q", "git add"]
96
};

0 commit comments

Comments
 (0)