Skip to content

Commit aa61fc7

Browse files
committed
Update CHANGELOG.md
1 parent 544fc64 commit aa61fc7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.3.1] - 2023-02-22
10+
### Fixed
11+
- A cast for a hook function call is now handled correctly. ( [#18](https://github.com/pronamic/wp-documentor/issues/18) )
12+
913
## [1.3.0] - 2022-07-18
1014
### Fixed
1115
- Files can now also be excluded via the `--exclude` option. ( [#13](https://github.com/pronamic/wp-documentor/issues/13) )
@@ -37,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3741
### Added
3842
- First Release.
3943

40-
[Unreleased]: https://github.com/pronamic/wp-documentor/compare/1.3.0...HEAD
44+
[Unreleased]: https://github.com/pronamic/wp-documentor/compare/1.3.1...HEAD
45+
[1.3.1]: https://github.com/pronamic/wp-documentor/compare/1.3.0...1.3.1
4146
[1.3.0]: https://github.com/pronamic/wp-documentor/compare/1.2.0...1.3.0
4247
[1.2.0]: https://github.com/pronamic/wp-documentor/compare/1.1.1...1.2.0
4348
[1.1.1]: https://github.com/pronamic/wp-documentor/compare/1.1.0...1.1.1

0 commit comments

Comments
 (0)