Skip to content

Commit

Permalink
chore(core): update core to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Mar 16, 2019
1 parent 4237946 commit 7b40144
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
### Fixed
### Security


# [2.0.6] - 2019-03-16
## Fixed
- use `CGO_ENABLED=0` to let Go binary run on alpine

# [2.0.5] - 2019-03-01
## Fixed
- Use `.exe` binary for windows again
Expand Down
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": "2.0.5",
"version": "2.0.6",
"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 = "1.1.1";
const CORE_VERSION = "1.1.2";

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

0 comments on commit 7b40144

Please sign in to comment.