We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206246c commit cca57e8Copy full SHA for cca57e8
component.json
@@ -1,6 +1,6 @@
1
{
2
"name": "unist-util-find-after",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Utility to find a node after another node",
5
"license": "MIT",
6
"keywords": [
history.md
@@ -2,5 +2,10 @@
<!--lint disable no-multiple-toplevel-headings-->
+1.0.1 / 2015-09-02
+==================
7
+
8
+* Refactor to externalise assertions ([206246c](https://github.com/wooorm/unist-util-find-after/commit/206246c))
9
10
1.0.0 / 2015-09-01
11
==================
package.json
0 commit comments