From 140d3224d7ed98e0e83998e54f0339bb79a11452 Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Thu, 18 Apr 2019 21:13:22 +1000 Subject: [PATCH] feat: prepare `14.0.0` release --- packages/stylelint-config-wordpress/CHANGELOG.md | 6 ++++++ packages/stylelint-config-wordpress/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/stylelint-config-wordpress/CHANGELOG.md b/packages/stylelint-config-wordpress/CHANGELOG.md index e33f8e4a46bf0..7d84c4cc4bead 100644 --- a/packages/stylelint-config-wordpress/CHANGELOG.md +++ b/packages/stylelint-config-wordpress/CHANGELOG.md @@ -1,3 +1,9 @@ +# 14.0.0 + +- Updated: `stylelint` to `10.0.0`. +- Updated: `stylelint-scss` to `3.6.0`. +- Updated: `stylelint-config-recommended` to `2.2.0`. + # 13.1.0 - Added: Added SCSS _shared config_ `extends` tests. diff --git a/packages/stylelint-config-wordpress/package.json b/packages/stylelint-config-wordpress/package.json index 225d8ca3da71f..4f2c78b47be6b 100644 --- a/packages/stylelint-config-wordpress/package.json +++ b/packages/stylelint-config-wordpress/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-config-wordpress", - "version": "13.1.0", + "version": "14.0.0", "description": "WordPress shareable config for stylelint", "author": "Stylelint", "license": "MIT",