diff --git a/README.md b/README.md index c011393..d6c9abd 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,8 @@ yamllint **/*.(yaml|yml) --ignore=foobar.yml --ignore=dir/*.yaml ## Changelog +- 1.4.0 + - Display all failing files instead of only the first best one - 1.3.0 - Migrate to TypeScript and update dependencies - 1.2.4 diff --git a/package-lock.json b/package-lock.json index 0c658d0..9326772 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "yaml-lint", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "yaml-lint", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "dependencies": { "consola": "^2.15.3", diff --git a/package.json b/package.json index e8b7811..35340f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yaml-lint", - "version": "1.3.0", + "version": "1.4.0", "description": "A simple (CLI) tool to lint YAML files", "author": { "name": "Thomas Rasshofer",