Comparing version 4.1.1 to 4.1.2
@@ -5,2 +5,7 @@ <!--remark setext--> | ||
4.1.2 / 2016-06-13 | ||
================== | ||
* Fix bug in chaining when using multiple attachers ([`dda5530`](https://github.com/wooorm/unified/commit/dda5530)) | ||
4.1.1 / 2016-06-12 | ||
@@ -7,0 +12,0 @@ ================== |
@@ -337,3 +337,3 @@ /** | ||
return; | ||
return processor; | ||
} | ||
@@ -340,0 +340,0 @@ |
{ | ||
"name": "unified", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Pluggable text processing interface", | ||
@@ -49,8 +49,8 @@ "license": "MIT", | ||
"jscs-jsdoc": "^2.0.0", | ||
"remark": "^4.0.0", | ||
"remark-comment-config": "^3.0.0", | ||
"remark-github": "^4.0.1", | ||
"remark-cli": "^1.0.0", | ||
"remark-comment-config": "^4.0.0", | ||
"remark-github": "^5.0.0", | ||
"remark-lint": "^4.0.0", | ||
"remark-toc": "^3.0.0", | ||
"remark-validate-links": "^3.0.0", | ||
"remark-validate-links": "^4.0.0", | ||
"tape": "^4.4.0" | ||
@@ -57,0 +57,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45757