diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3c41f80 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +## 0.8.0 + +* Update to use `lintspaces` v0.10.0 to address Windows related issues. See issue #25. +* Default to using the `.editorconfig` file in the current working directory if the `-e` option is not provided. + +## 0.7.1 (22/03/2019) + +* Fix "is not a file" errors on folder globs \ No newline at end of file diff --git a/LICENCE b/LICENCE index 4543d50..b940089 100644 --- a/LICENCE +++ b/LICENCE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2018 Evan Shortiss +Copyright (c) 2014-2022 Evan Shortiss Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 6a0e9f0..56f8187 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lintspaces-cli", - "version": "0.7.1", + "version": "0.8.0", "description": "CLI for the lintspaces module", "main": "index.js", "scripts": {