Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.1...v1.5.0) (2021-08-08)

### Features

* **FileSupport:** Extended file support and configuration ([#35](#35)) ([f22de27](f22de27))
  • Loading branch information
semantic-release-bot committed Aug 8, 2021
1 parent f22de27 commit 68de2c5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.5.0](https://github.com/MarioCadenas/vscode-alias-resolver/compare/v1.4.1...v1.5.0) (2021-08-08)


### Features

* **FileSupport:** Extended file support and configuration ([#35](https://github.com/MarioCadenas/vscode-alias-resolver/issues/35)) ([f22de27](https://github.com/MarioCadenas/vscode-alias-resolver/commit/f22de277b35195ce773c4b28566a9c9ab31eca2c))

## [1.4.1](https://github.com/MarioCadenas/vscode-alias-resolver/compare/v1.4.0...v1.4.1) (2020-10-05)


Expand Down
19 changes: 14 additions & 5 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Alias resolver",
"description": "Automatically resolve aliases",
"publisher": "mariocadenas",
"version": "1.4.1",
"version": "1.5.0",
"private": true,
"engines": {
"vscode": "^1.44.0"
Expand Down Expand Up @@ -32,7 +32,10 @@
"alias-resolver.type": {
"type": "string",
"default": "webpack",
"enum": ["webpack", "custom"],
"enum": [
"webpack",
"custom"
],
"description": "Type of file with alias mappings."
},
"alias-resolver.accessPath": {
Expand Down

0 comments on commit 68de2c5

Please sign in to comment.