Skip to content

Commit

Permalink
chore: prepare 0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Mar 26, 2018
1 parent 7f7efc4 commit 2363398
Show file tree
Hide file tree
Showing 7 changed files with 7,669 additions and 2,316 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ root = true

[*]
indent_style = space
indent_size = 4
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

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

# 0.2.1 - 2018-03-26

- Fix: overwrite `middlewar`e if proxy is `String`.
- Fix: callback call.

# 0.2.0 - 2017-06-20

- Changed: minimum required `webpack` version is now `2.0.0`
Expand Down
7 changes: 2 additions & 5 deletions lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
"use strict"; // eslint-disable-line lines-around-directive, strict

module.exports = {
"*.{js,jsx,babel}": ["eslint --fix", "git add"],
"*.{md,markdown,mdown,mkdn,mkd,mdwn,mkdown,ron}": [
"remark -f -q",
"git add"
]
"*.{js,jsx,babel}": ["eslint --fix", "git add"],
"*.{md,markdown,mdown,mkdn,mkd,mdwn,mkdown,ron}": ["remark -f -q", "git add"]
};
Loading

0 comments on commit 2363398

Please sign in to comment.