Skip to content

Commit 1fb7e51

Browse files
committed
2.0.0
1 parent 6b536d2 commit 1fb7e51

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

history.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
<!--mdast setext-->
1+
<!--remark setext-->
22

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

5-
# 1.0.0 / 2015-09-02
5+
2.0.0 / 2016-07-06
6+
==================
7+
8+
* Always test if given a node ([`6b536d2`](https://github.com/wooorm/unist-util-is/commit/6b536d2))
9+
* Refactor module ([`bf056ba`](https://github.com/wooorm/unist-util-is/commit/bf056ba))
10+
* Add partial property tests ([`9f00159`](https://github.com/wooorm/unist-util-is/commit/9f00159))
11+
12+
1.0.0 / 2015-09-02
13+
==================

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-is",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Utility to check if a node passes a test",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)