Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed Aug 6, 2020
1 parent 3558129 commit b72b7dd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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).

## [0.1.0] - 2020-08-06
### Added
- Added `WooCommerce.Functions.InternalInjectionMethod` sniff.
### Changed
- Renamed `WooCommerce-Core.Commenting.CommentTagsSniff` to `WooCommerce.Commenting.CommentTagsSniff`.
- Updated "wp-coding-standards/wpcs" to 2.3.0.
- Updated "dealerdirect/phpcodesniffer-composer-installer" to 0.7.0.

## [0.0.10] - 2020-04-07
### Changed
- Updated "wp-coding-standards/wpcs" to 2.2.1.
Expand Down Expand Up @@ -58,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial code to throw warnings when using `@author`, `@category`, `@license` and `@copyright` tags.

[Unreleased]: https://github.com/woocommerce/woocommerce-sniffs/compare/0.0.10...HEAD
[Unreleased]: https://github.com/woocommerce/woocommerce-sniffs/compare/0.1.0...HEAD
[0.1.0]: https://github.com/woocommerce/woocommerce-sniffs/compare/0.0.10...0.1.0
[0.0.10]: https://github.com/woocommerce/woocommerce-sniffs/compare/0.0.9...0.0.10
[0.0.9]: https://github.com/woocommerce/woocommerce-sniffs/compare/0.0.8...0.0.9
[0.0.8]: https://github.com/woocommerce/woocommerce-sniffs/compare/0.0.7...0.0.8
Expand Down

0 comments on commit b72b7dd

Please sign in to comment.