Skip to content

Commit

Permalink
chore(release): 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Mar 31, 2021
1 parent 8b1cb8e commit 432abee
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@

### Misc

## [4.0.2] - 2021-03-31

- Update Core to 2.3.5

### Misc

- Switch to Github Actions [#228](https://github.com/editorconfig-checker/editorconfig-checker.javascript/pull/228) ([@mstruebing](https://github.com/mstruebing))

## [4.0.1] - 2021-03-16
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
@@ -1,6 +1,6 @@
{
"name": "editorconfig-checker",
"version": "4.0.1",
"version": "4.0.2",
"description": "A tool to verify that your files are in harmony with your .editorconfig",
"main": "src/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
removeFile,
} from "./utils";

const CORE_VERSION = "2.3.4";
const CORE_VERSION = "2.3.5";

const execute = () => {
const ecProcess = spawn(`${binary()}`, process.argv.slice(2));
Expand Down

0 comments on commit 432abee

Please sign in to comment.