Skip to content

Commit

Permalink
chore(release): 4.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.10.0](v4.9.0...v4.10.0) (2019-03-26)

### Bug Fixes

* **class-to-functional:** useState hook not added for state variables not inited or set ([32c71f6](32c71f6))
* **extract-component:** incorrect handling of nested member expressions. Fixes [#62](#62) ([1840c64](1840c64))

### Features

* **extract-component:** added extraction to the same file ([63911e7](63911e7))
  • Loading branch information
semantic-release-bot committed Mar 26, 2019
1 parent 9dd0dc9 commit 98635dd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.10.0](https://github.com/wix/vscode-glean/compare/v4.9.0...v4.10.0) (2019-03-26)


### Bug Fixes

* **class-to-functional:** useState hook not added for state variables not inited or set ([32c71f6](https://github.com/wix/vscode-glean/commit/32c71f6))
* **extract-component:** incorrect handling of nested member expressions. Fixes [#62](https://github.com/wix/vscode-glean/issues/62) ([1840c64](https://github.com/wix/vscode-glean/commit/1840c64))


### Features

* **extract-component:** added extraction to the same file ([63911e7](https://github.com/wix/vscode-glean/commit/63911e7))

# [4.9.0](https://github.com/wix/vscode-glean/compare/v4.8.0...v4.9.0) (2019-03-11)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98635dd

Please sign in to comment.