Skip to content

Commit

Permalink
v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jstorm31 committed Feb 8, 2021
1 parent 90e15c5 commit 3801a09
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
21 changes: 12 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,25 @@ All notable changes to the "ackee-frontend" extension will be documented in this

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## 0.4.4 - 2021-02-05
## 0.4.5 - 2021-02-08
### Fixed
- Fix generating fela index file with dependencies turned off

### Removed
- Remove useless type definition in `felaHookComponent` template

## 0.4.4 - 2021-02-05
### Fixed
- Fixed typescript template
- Fixed typescript template

## 0.4.3 - 2021-02-05
### Fixed

- Manually fix audit vulnerabilities

## 0.4.0 - 2021-02-05
### Added
- Settings for scaffolding commands:
- module dependencies (whether to load from dependencies.js file or not)
- fela hook instead of connect HOC
- typescript version of all templates
- S ettings for scaffolding commands:
- module dependencies (whether to load from dependencies.js file or not)
- fela hook instead of connect HOC
- typescript version of all templates

### Fixed
- Audit vulnerabilities
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ackee-frontend",
"displayName": "Ackee frontend",
"description": "A set of usefull snippets and commands we use at Ackee for web apps development.",
"version": "0.4.4",
"version": "0.4.5",
"repository": "https://github.com/AckeeCZ/vscode-frontend",
"publisher": "ackee",
"license": "MIT",
Expand Down Expand Up @@ -82,7 +82,7 @@
"compile": "tsc -p ./",
"lint": "tslint -p ./",
"watch": "tsc -watch -p ./",
"version": "changelog-it && vim CHANGELOG.md && git add CHANGELOG.md"
"version": "changelog-it && code --wait CHANGELOG.md && git add CHANGELOG.md"
},
"devDependencies": {
"@types/node": "^10.12.21",
Expand Down

0 comments on commit 3801a09

Please sign in to comment.