Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.1.4...v5.0.0) (2021-05-22)

### Bug Fixes

* **dependencies:** fix doiuse warning ([c79336f](c79336f)), closes [#149](#149)

### Code Refactoring

* **support:** drop support for node 10 ([72e07bc](72e07bc))
* **support:** drop support for stylelint v11 and v12 ([4d5a108](4d5a108))

### BREAKING CHANGES

* **support:** support for node 10 dropped
* **support:** support for stylelint v11, v12 dropped
  • Loading branch information
semantic-release-bot committed May 22, 2021
1 parent 3f5d797 commit de6234d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [5.0.0](https://github.com/ismay/stylelint-no-unsupported-browser-features/compare/v4.1.4...v5.0.0) (2021-05-22)


### Bug Fixes

* **dependencies:** fix doiuse warning ([c79336f](https://github.com/ismay/stylelint-no-unsupported-browser-features/commit/c79336fb1418d793a1d9887272c6faae791ae8d6)), closes [#149](https://github.com/ismay/stylelint-no-unsupported-browser-features/issues/149)


### Code Refactoring

* **support:** drop support for node 10 ([72e07bc](https://github.com/ismay/stylelint-no-unsupported-browser-features/commit/72e07bca6918775bd8795cc4f220d9b3cdc9b119))
* **support:** drop support for stylelint v11 and v12 ([4d5a108](https://github.com/ismay/stylelint-no-unsupported-browser-features/commit/4d5a1083cd512e0a775e5e5b8ab82097979d417f))


### BREAKING CHANGES

* **support:** support for node 10 dropped
* **support:** support for stylelint v11, v12 dropped

### 4.1.4

* update doiuse to fix yargs vulnerability warning
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": "4.1.4",
"version": "5.0.0",
"description": "Disallow features that are unsupported by the browsers that you are targeting",
"homepage": "https://github.com/ismay/stylelint-no-unsupported-browser-features#readme",
"scripts": {
Expand Down

0 comments on commit de6234d

Please sign in to comment.