Skip to content

Commit

Permalink
Publishing v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrantly committed Feb 12, 2015
1 parent 323ea6b commit ad6ac08
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## v0.1.1

- Add support for JSX spread attributes in react-jsx.d.ts

## v0.1.0

- Initial version
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.0",
"version": "0.1.1",
"description": "Webpack loader for transforming JSX in TypeScript files.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ad6ac08

Please sign in to comment.