Skip to content

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.0.0](v7.0.0...v8.0.0) (2024-01-02)

### chore

* bump to next major ([80a9a10](80a9a10))

### Features

* support stylelint 16 ([#296](#296)) ([adcd166](adcd166))

### BREAKING CHANGES

* dropped support for node 16 and stylelint 14, 15
  • Loading branch information
semantic-release-bot committed Jan 2, 2024
1 parent 80a9a10 commit fe291fc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [8.0.0](https://github.com/RJWadley/stylelint-no-unsupported-browser-features/compare/v7.0.0...v8.0.0) (2024-01-02)


### chore

* bump to next major ([80a9a10](https://github.com/RJWadley/stylelint-no-unsupported-browser-features/commit/80a9a10ae2366b77f7c895855fc3a7f762278e47))


### Features

* support stylelint 16 ([#296](https://github.com/RJWadley/stylelint-no-unsupported-browser-features/issues/296)) ([adcd166](https://github.com/RJWadley/stylelint-no-unsupported-browser-features/commit/adcd166692177df231df6433664c5c9b7d0b335b))


### BREAKING CHANGES

* dropped support for node 16 and stylelint 14, 15

# [7.1.0](https://github.com/RJWadley/stylelint-no-unsupported-browser-features/compare/v7.0.0...v7.1.0) (2024-01-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-no-unsupported-browser-features",
"version": "7.1.0",
"version": "8.0.0",
"description": "Disallow features that are unsupported by the browsers that you are targeting",
"homepage": "https://github.com/RJWadley/stylelint-no-unsupported-browser-features#readme",
"scripts": {
Expand Down

0 comments on commit fe291fc

Please sign in to comment.