diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f7bb58..a2a1106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [13.10.0] + +- Synced code with [stylelint 13.10.0](https://github.com/stylelint/stylelint/releases/tag/13.10.0) + ## [13.9.0] - Synced code with [stylelint 13.9.0](https://github.com/stylelint/stylelint/releases/tag/13.9.0) @@ -21,6 +25,7 @@ - Initial release +[13.10.0]: https://github.com/xt0rted/stylelint-actions-formatters/compare/v13.9.0...v13.10.0 [13.9.0]: https://github.com/xt0rted/stylelint-actions-formatters/compare/v13.8.0...v13.9.0 [13.8.0]: https://github.com/xt0rted/stylelint-actions-formatters/compare/v13.7.2...v13.8.0 [13.7.2]: https://github.com/xt0rted/stylelint-actions-formatters/compare/v0.1.0...v13.7.2 diff --git a/package-lock.json b/package-lock.json index 9e58b35..b638894 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stylelint-actions-formatters", - "version": "13.9.0", + "version": "13.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stylelint-actions-formatters", - "version": "13.9.0", + "version": "13.10.0", "license": "MIT", "dependencies": { "chalk": "^4.1.0", @@ -23,7 +23,7 @@ "url": "https://github.com/sponsors/xt0rted" }, "peerDependencies": { - "stylelint": "^13.9.0" + "stylelint": "^13.10.0" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index 59254c8..aabdd51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-actions-formatters", - "version": "13.9.0", + "version": "13.10.0", "description": "These are copies of the built-in formatters with modified file paths so that Checks Annotations can be created on GitHub Actions.\r This package should be used with the `xt0rted/stylelint-problem-matcher` action.", "main": "stringFormatter.js", "files": [ @@ -42,6 +42,6 @@ "table": "^6.0.3" }, "peerDependencies": { - "stylelint": "^13.9.0" + "stylelint": "^13.10.0" } } diff --git a/stringFormatter.js b/stringFormatter.js index 614dcf2..e38467c 100644 --- a/stringFormatter.js +++ b/stringFormatter.js @@ -1,5 +1,5 @@ /** - * https://github.com/stylelint/stylelint/blob/13.9.0/lib/formatters/stringFormatter.js + * https://github.com/stylelint/stylelint/blob/13.10.0/lib/formatters/stringFormatter.js */ 'use strict'; diff --git a/verboseFormatter.js b/verboseFormatter.js index f9a0bb2..ef48e55 100644 --- a/verboseFormatter.js +++ b/verboseFormatter.js @@ -1,5 +1,5 @@ /** - * https://github.com/stylelint/stylelint/blob/13.9.0/lib/formatters/verboseFormatter.js + * https://github.com/stylelint/stylelint/blob/13.10.0/lib/formatters/verboseFormatter.js */ 'use strict';