Skip to content

Commit

Permalink
Merge pull request #54 from editorconfig-checker/fix/53/updateCore
Browse files Browse the repository at this point in the history
chore(core): update core to 1.1.1
  • Loading branch information
mstruebing authored Mar 1, 2019
2 parents 57f5c6e + a94cf20 commit ddab280
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Changelog

## Unreleased
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security

# [2.0.2] - 2019-03-01
## Fixed
- Updated core for windows compatibility see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/1.1.1

# [2.0.1] - 2019-02-27
## BREAKING
- use [editorconfig-checker](https://github.com/editorconfig-checker/editorconfig-checker) as core and only have a typescript wrapper.
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.1",
"version": "2.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 @@ -16,7 +16,7 @@ import {
removeFile
} from "./utils";

const CORE_VERSION = "1.1.0";
const CORE_VERSION = "1.1.1";

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

0 comments on commit ddab280

Please sign in to comment.