Skip to content
This repository was archived by the owner on Mar 29, 2018. It is now read-only.

Commit ee801e7

Browse files
v0.9.2
1 parent cb36ece commit ee801e7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## v0.9.2 <span class="release-date">(2014-11-03)</span>
4+
5+
* Add support for exporting ES6 class declarations and expressions.
6+
37
## v0.9.1 <span class="release-date">(2014-11-03)</span>
48

59
* Clarify README to indicate that ES6 module syntax is now stable.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es6-module-transpiler",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "es6-module-transpiler is an experimental compiler that allows you to write your JavaScript using a subset of the current ES6 module syntax, and compile it into various formats.",
55
"homepage": "http://esnext.github.io/es6-module-transpiler",
66
"keywords": [

0 commit comments

Comments
 (0)