Skip to content

Commit

Permalink
chore(release): 1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.1](v1.4.0...v1.4.1) (2020-10-05)

### Bug Fixes

* **Config:** Prevent info message when no file is selected ([#23](#23)) ([0cde6c9](0cde6c9))
  • Loading branch information
semantic-release-bot committed Oct 5, 2020
1 parent 0cde6c9 commit 798c1b1
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 @@
## [1.4.1](https://github.com/MarioCadenas/vscode-alias-resolver/compare/v1.4.0...v1.4.1) (2020-10-05)


### Bug Fixes

* **Config:** Prevent info message when no file is selected ([#23](https://github.com/MarioCadenas/vscode-alias-resolver/issues/23)) ([0cde6c9](https://github.com/MarioCadenas/vscode-alias-resolver/commit/0cde6c936b8bf323b24f686dbd9c5525d3e42c33))

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


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 @@ -3,7 +3,7 @@
"displayName": "Alias resolver",
"description": "Automatically resolve aliases",
"publisher": "mariocadenas",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"engines": {
"vscode": "^1.44.0"
Expand Down

0 comments on commit 798c1b1

Please sign in to comment.