From 19e07bf18417f51fab65c16741d818cfbc755d21 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Fri, 11 Feb 2022 11:23:10 +0100 Subject: [PATCH] Update changelog for 3.0.0 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76d8245..9cdba43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [3.0.0] - 2022-02-11 ### Added * CSS: Add SCSS preset for stylelint-config. @@ -142,7 +142,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * [VariableAnalysis](https://github.com/sirbrillig/phpcs-variable-analysis) for problematic variable use. * [Slevomat Coding Standard](https://github.com/slevomat/coding-standard) for PHP >=7 development. -[Unreleased]: https://github.com/wearerequired/coding-standards/compare/2.2.0...HEAD +[Unreleased]: https://github.com/wearerequired/coding-standards/compare/3.0.0...HEAD +[3.0.0]: https://github.com/wearerequired/coding-standards/compare/2.2.0...3.0.0 [2.2.0]: https://github.com/wearerequired/coding-standards/compare/2.1.0...2.2.0 [2.1.0]: https://github.com/wearerequired/coding-standards/compare/2.0.0...2.1.0 [2.0.0]: https://github.com/wearerequired/coding-standards/compare/1.6.0...2.0.0