Skip to content

Commit

Permalink
Update changelog for v0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
joshpeng committed May 5, 2018
1 parent 72167a9 commit 874cebb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
v0.2.10
- Fixed [#30](https://github.com/joshpeng/Sublime-Babel-VSCode/issues/30). Support "<></>" React.Fragment short syntax. Thanks [@brneto](https://github.com/brneto)

v0.2.9
- Default JSX single-line comments to block comment
- Fixed Emmet expansion inside nested tags not working
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sublime-babel-vscode",
"displayName": "Sublime Babel",
"description": "Sublime Text's babel-sublime grammar in VS Code.",
"version": "0.2.9",
"version": "0.2.10",
"publisher": "joshpeng",
"engines": {
"vscode": "^1.5.0"
Expand Down

0 comments on commit 874cebb

Please sign in to comment.