Skip to content

Commit

Permalink
Publish v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrantly committed Mar 20, 2015
1 parent c04e136 commit 15a475b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.2.0

- Update to react-tools v0.13
- Update definition file to work with React v0.13 definition files from DefinitelyTyped
- Add support for --target (#4)
- Add support for --identifier

## v0.1.2

- Add support for /*jsx*/ syntax (#2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-jsx-loader",
"version": "0.1.2",
"version": "0.2.0",
"description": "Webpack loader for transforming JSX in TypeScript files.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 15a475b

Please sign in to comment.