Skip to content

Commit

Permalink
1.4.0 (#32)
Browse files Browse the repository at this point in the history
* update changelog
  • Loading branch information
deerawan authored Apr 20, 2020
1 parent 42669da commit 2105cfe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Changelog

## 1.4.0

- convert locale field in setting from free text to dropdown
- improve vscodeignore to ignore some files and folders

## 1.3.1

fix performance issue by loading Faker based on locale set in config
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.

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": "vscode-faker",
"displayName": "vscode-faker",
"description": "Generate fake data for name, address, lorem ipsum, commerce and much more",
"version": "1.3.1",
"version": "1.4.0",
"publisher": "deerawan",
"engines": {
"node": ">8.12.0",
Expand Down

0 comments on commit 2105cfe

Please sign in to comment.