Skip to content

Commit 92980aa

Browse files
committed
2 parents a1920b2 + 3ad0536 commit 92980aa

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [8.0.3](https://github.com/RJWadley/stylelint-no-unsupported-browser-features/compare/v8.0.2...v8.0.3) (2025-01-27)
2+
3+
4+
### Bug Fixes
5+
6+
* providing the line argument in the utils.report() function is deprecated ([ee1175c](https://github.com/RJWadley/stylelint-no-unsupported-browser-features/commit/ee1175cc1139286ea8c63062d8d710186e4f6935))
7+
18
## [8.0.2](https://github.com/RJWadley/stylelint-no-unsupported-browser-features/compare/v8.0.1...v8.0.2) (2024-11-01)
29

310
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-no-unsupported-browser-features",
3-
"version": "8.0.2",
3+
"version": "8.0.3",
44
"description": "Disallow features that are unsupported by the browsers that you are targeting",
55
"homepage": "https://github.com/RJWadley/stylelint-no-unsupported-browser-features#readme",
66
"scripts": {

0 commit comments

Comments
 (0)