We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89461ca commit 85fcf2eCopy full SHA for 85fcf2e
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## [0.1.1] - 2020-03-02
4
+
5
+### Fixed
6
7
+- Fix missing semi colons in generated output
8
9
## [0.1.0] - 2020-03-02
10
11
### Added
package.json
@@ -3,7 +3,7 @@
"publisher": "yeet-bix",
"displayName": "Create React Component",
"description": "⚛️⚡Generate React Component Boilerplate",
- "version": "0.1.0",
+ "version": "0.1.1",
"license": "SEE LICENSE IN LICENSE",
"engines": {
"vscode": "^1.36.0"
0 commit comments