Skip to content

Commit

Permalink
chore(release): 2.0.8
Browse files Browse the repository at this point in the history
mstruebing committed Apr 21, 2019
1 parent 88025ad commit bea00c6
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -8,6 +8,9 @@
### Fixed
### Security
### Misc

## [2.0.8] - 2019-04-21
### Misc
* Add some not needed folders/files to `.npmignore` to make the release smaller
* Adjust `.nvmrc` to reflect current `@types/node` version

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": "2.0.7",
"version": "2.0.8",
"description": "A tool to verify that your files are in harmony with your .editorconfig",
"main": "src/index.js",
"bin": {

0 comments on commit bea00c6

Please sign in to comment.