Skip to content

Commit

Permalink
v0.1.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
yeet-bix committed Mar 1, 2020
1 parent 36009d7 commit 1ae0338
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [0.1.0] - 2020-03-02

### Added

- Allow user to specify whether or not to generate a function or function expression via [setting](https://github.com/yeet-bix/create-react-component-vscode#settings)
- Allow user to specify files to open after generating a component via [setting](https://github.com/yeet-bix/create-react-component-vscode#settings)
- Props are now exported from modules by default

### Changed

- Props are now prefixed with the component name

### Fixed

- Fix broken link in README that redirected to another repos settings
- Fix missing newline generated in index files
- Fixed launch config for local testing

## [0.0.2] - 2019-08-12

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "yeet-bix",
"displayName": "Create React Component",
"description": "⚛️⚡Generate React Component Boilerplate",
"version": "0.0.2",
"version": "0.1.0",
"license": "SEE LICENSE IN LICENSE",
"engines": {
"vscode": "^1.36.0"
Expand Down

0 comments on commit 1ae0338

Please sign in to comment.