Skip to content

Commit 82dd4ae

Browse files
committed
1.0.1
1 parent df39f22 commit 82dd4ae

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unist-util-find-before",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Utility to find a node before another node",
55
"license": "MIT",
66
"keywords": [

history.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22

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

5+
1.0.1 / 2015-09-02
6+
==================
7+
8+
* Refactor to externalise assertions ([df39f22](https://github.com/wooorm/unist-util-find-before/commit/df39f22))
9+
510
1.0.0 / 2015-09-01
611
==================

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unist-util-find-before",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Utility to find a node before another node",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)