Skip to content

Commit

Permalink
Increase version to publish and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xabikos committed Mar 11, 2018
1 parent 668c6fc commit fec5839
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ There you have either the option to show the already installed snippets or insta
* JavaScript React (.jsx)
* TypeScript React (.tsx)

## Breaking change in version 2.0.0
Removed support for jsx language as it was giving errors in developer tools (#39)

## Breaking change in version 1.0.0
Up until verion 1.0.0 all the [JavaScript snippets][javacript] where part of the extension. In order to avoid duplication
the snippets are now included only to this extension and if you want to use them you have to install it explicitly.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ReactSnippets",
"description": "Code snippets for Reactjs development in ES6 syntax",
"version": "1.7.0",
"version": "2.0.0",
"displayName": "Reactjs code snippets",
"publisher": "xabikos",
"icon": "images/react.png",
Expand Down

0 comments on commit fec5839

Please sign in to comment.