diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d0fb3c..48f78f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.1.1 + +_Dec 8, 2023_ + +- Update VS Code settings to use LF (line feed) as end of line (EOL) + ## 1.1.0 _Nov 24, 2023_ diff --git a/config/settings.json b/config/settings.json index 2660899..6f343fe 100644 --- a/config/settings.json +++ b/config/settings.json @@ -6,5 +6,6 @@ "source.fixAll.eslint": true, "source.fixAll.format": true, "source.organizeImports": true - } + }, + "files.eol": "\n" } diff --git a/package.json b/package.json index e120cd2..c587c52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vcian/lint-sage", - "version": "1.1.0", + "version": "1.1.1", "description": "This package designed to simplify the configuration of your projects. This package automates the setup of essential tools and configurations to ensure a clean and consistent codebase.", "bin": { "lint-sage": "index.js"