Skip to content

Commit 53ef36e

Browse files
committed
Update CHANGELOG.md
1 parent 06c4763 commit 53ef36e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.3.0] - 2022-07-18
10+
### Fixed
11+
- Files can now also be excluded via the `--exclude` option. ( [#13](https://github.com/pronamic/wp-documentor/issues/13) )
12+
13+
### Added
14+
- Added support for the `@ignore` tag. ( [#14](https://github.com/pronamic/wp-documentor/issues/14) )
15+
916
## [1.2.0] - 2022-01-27
1017
### Fixed
1118
- List of arguments is empty when `apply_filters` is returned instead of assigned to variable (props [@LuigiPulcini](https://github.com/LuigiPulcini)). ( [#11](https://github.com/pronamic/wp-documentor/issues/11) )
@@ -30,7 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3037
### Added
3138
- First Release.
3239

33-
[Unreleased]: https://github.com/pronamic/wp-documentor/compare/1.2.0...HEAD
40+
[Unreleased]: https://github.com/pronamic/wp-documentor/compare/1.3.0...HEAD
41+
[1.3.0]: https://github.com/pronamic/wp-documentor/compare/1.2.0...1.3.0
3442
[1.2.0]: https://github.com/pronamic/wp-documentor/compare/1.1.1...1.2.0
3543
[1.1.1]: https://github.com/pronamic/wp-documentor/compare/1.1.0...1.1.1
3644
[1.1.0]: https://github.com/pronamic/wp-documentor/compare/1.0.0...1.1.0

0 commit comments

Comments
 (0)