Skip to content

Commit 2d52808

Browse files
committed
Update changelog for 2.0.0
1 parent 91a27e4 commit 2d52808

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CHANGELOG.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [2.0.0] - 2021-02-26
88

99
### Changed
10-
* Update sirbrillig/phpcs-variable-analysis from 2.10.0 to [2.10.1](https://github.com/sirbrillig/phpcs-variable-analysis/releases/tag/v2.10.1).
11-
* Increase `testVersion` for PHP Compatibility check to 7.4.
12-
* Increase `minimum_supported_wp_version` to 5.3.
10+
* PHP: Update sirbrillig/phpcs-variable-analysis from 2.10.0 to [2.10.2](https://github.com/sirbrillig/phpcs-variable-analysis/releases/tag/v2.10.2).
11+
* PHP: Increase `testVersion` for PHP Compatibility check to 7.4.
12+
* PHP: Increase `minimum_supported_wp_version` to 5.3.
1313
* CSS: Replace `stylelint-config-wordpress` with `@wordpress/stylelint-config`.
1414
* JS: Allow `@wordpress/eslint-plugin` v8 as dependency, remove v6.
1515

@@ -113,7 +113,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113113
* [VariableAnalysis](https://github.com/sirbrillig/phpcs-variable-analysis) for problematic variable use.
114114
* [Slevomat Coding Standard](https://github.com/slevomat/coding-standard) for PHP >=7 development.
115115

116-
[Unreleased]: https://github.com/wearerequired/coding-standards/compare/1.6.0...HEAD
116+
[Unreleased]: https://github.com/wearerequired/coding-standards/compare/2.0.0...HEAD
117+
[2.0.0]: https://github.com/wearerequired/coding-standards/compare/1.6.0...2.0.0
117118
[1.6.0]: https://github.com/wearerequired/coding-standards/compare/1.5.1...1.6.0
118119
[1.5.1]: https://github.com/wearerequired/coding-standards/compare/1.5.0...1.5.1
119120
[1.5.0]: https://github.com/wearerequired/coding-standards/compare/1.4.1...1.5.0

0 commit comments

Comments
 (0)