Skip to content

Commit a7ed940

Browse files
committed
releng for 0.9.87
1 parent 656c7fc commit a7ed940

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Revision history for the JSX software development kit
22

3+
0.9.87 2014-04-14 14:52:00+0900
4+
[BUG FIXES]
5+
- fix compiler crash when prefixed decrement of int is against a property with side effect (#320)
6+
- round literals within an array or map literal of int to int
7+
38
0.9.86 2014-04-12 21:05:00+0900
49
[BUG FIXES]
510
- bump the version number once more hoping that it would resolve the "shasum check" error of npm

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsx",
3-
"version": "0.9.86",
3+
"version": "0.9.87",
44
"description": "a faster, safer, easier JavaScript",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)