Skip to content

Commit 9782432

Browse files
committed
2.0.0
1 parent 2ac94ab commit 9782432

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

history.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
2.0.0 / 2016-04-12
6+
==================
7+
8+
* Remove `0` as a default for invalid numeric values ([`663545c`](https://github.com/wooorm/hastscript/commit/663545c))
9+
* Add `menu` to list of button-type exceptions ([`eb92e9f`](https://github.com/wooorm/hastscript/commit/eb92e9f))
10+
* Remove casting of invalid values ([`468c3c3`](https://github.com/wooorm/hastscript/commit/468c3c3))
11+
512
1.0.1 / 2016-02-25
613
==================
714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hastscript",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "Hyperscript compatible DSL for creating virtual HAST trees",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)