From 3dda73da37bdfa113c2f1d96b94f09af68c4373e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 7 Jul 2023 14:05:32 +0000 Subject: [PATCH] chore(release): 7.0.0 [skip ci] # [7.0.0](https://github.com/ismay/stylelint-no-unsupported-browser-features/compare/v6.1.0...v7.0.0) (2023-07-07) ### chore * **deps:** upgrade to doiuse 6 ([0368c23](https://github.com/ismay/stylelint-no-unsupported-browser-features/commit/0368c238da6d5d5880d6b6c251374b9c8499b2e4)) ### BREAKING CHANGES * **deps:** dropped support for node 14 and 15 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b5771..2ef6ed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [7.0.0](https://github.com/ismay/stylelint-no-unsupported-browser-features/compare/v6.1.0...v7.0.0) (2023-07-07) + + +### chore + +* **deps:** upgrade to doiuse 6 ([0368c23](https://github.com/ismay/stylelint-no-unsupported-browser-features/commit/0368c238da6d5d5880d6b6c251374b9c8499b2e4)) + + +### BREAKING CHANGES + +* **deps:** dropped support for node 14 and 15 + # [6.1.0](https://github.com/ismay/stylelint-no-unsupported-browser-features/compare/v6.0.1...v6.1.0) (2023-02-13) diff --git a/package.json b/package.json index b3367ed..7750116 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-no-unsupported-browser-features", - "version": "6.1.0", + "version": "7.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": {