Skip to content

Commit

Permalink
Merge pull request #208 from standard/release/v1.5.1
Browse files Browse the repository at this point in the history
chore(release): v1.5.1
  • Loading branch information
feross authored May 18, 2021
2 parents d3f6be6 + 65c31a3 commit 62afd2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.5.1

- **Fix**: Find babel config files with `@babel/eslint-parser` ([#207](https://github.com/standard/vscode-standardjs/pull/207))

## 1.5.0

- **Feature**: Add `treatErrorsAsWarnings` to forces all warnings and errors from standard to become warnings ([#108](https://github.com/standard/vscode-standard/pull/108))
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-standard",
"displayName": "StandardJS - JavaScript Standard Style",
"description": "Visual Studio Code extension for JavaScript Standard Style with automatic fixing.",
"version": "1.5.0",
"version": "1.5.1",
"author": "Standard",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 62afd2a

Please sign in to comment.