Skip to content

Commit

Permalink
v13.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted committed Feb 20, 2022
1 parent 51ae57a commit f6e0eed
Showing 5 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
2 changes: 1 addition & 1 deletion stringFormatter.js
Original file line number Diff line number Diff line change
@@ -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';

2 changes: 1 addition & 1 deletion verboseFormatter.js
Original file line number Diff line number Diff line change
@@ -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';

0 comments on commit f6e0eed

Please sign in to comment.