Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 22, 2016
1 parent 78f1d92 commit b8df5e3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--lint disable no-multiple-toplevel-headings -->

5.0.0 / 2016-08-22
==================

* Make `reset` the default ([`f5c1227`](https://github.com/wooorm/remark-lint/commit/f5c1227))
* Update for changes in remark@6.0.0 ([`6196124`](https://github.com/wooorm/remark-lint/commit/6196124))
* Add support for passing severities ([`77709f5`](https://github.com/wooorm/remark-lint/commit/77709f5))

4.2.0 / 2016-08-14
==================

Expand Down
2 changes: 1 addition & 1 deletion packages/remark-lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint",
"version": "4.2.0",
"version": "5.0.0",
"description": "Lint markdown with remark",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-preset-lint-consistent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-preset-lint-consistent",
"version": "0.0.0",
"version": "1.0.0",
"description": "remark preset to configure remark-lint with settings that enforce consistency",
"license": "MIT",
"keywords": [
Expand All @@ -19,6 +19,6 @@
"index.js"
],
"dependencies": {
"remark-lint": "^4.2.0"
"remark-lint": "^5.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/remark-preset-lint-recommended/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-preset-lint-recommended",
"version": "0.0.0",
"version": "1.0.0",
"description": "remark preset to configure remark-lint with settings that prevent mistakes or syntaxes that do not work correctly across vendors",
"license": "MIT",
"keywords": [
Expand All @@ -18,6 +18,6 @@
"index.js"
],
"dependencies": {
"remark-lint": "^4.2.0"
"remark-lint": "^5.0.0"
}
}

0 comments on commit b8df5e3

Please sign in to comment.