Skip to content

Commit f7548b2

Browse files
Version 0.4.0
1 parent eb4f0e3 commit f7548b2

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Diff for: CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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+
## [0.4.0] - 2020-08-05
8+
### Added
9+
- Hooks Reference based on an old build. Needs automation.
10+
- Menu link to hooks reference.
11+
### Changed
12+
- Moved reports links from menu to the sidebar.
13+
- CSS fixes.
14+
715
## [0.3.0] - 2020-08-04
816
### Added
917
- Added Class Diagram.
@@ -25,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2533
### Added
2634
- Initial version.
2735

28-
[Unreleased]: https://github.com/woocommerce/code-reference-generator/compare/0.3.0...HEAD
36+
[Unreleased]: https://github.com/woocommerce/code-reference-generator/compare/0.4.0...HEAD
37+
[0.4.0]: https://github.com/woocommerce/code-reference-generator/compare/0.3.0...0.4.0
2938
[0.3.0]: https://github.com/woocommerce/code-reference-generator/compare/0.2.0...0.3.0
3039
[0.2.0]: https://github.com/woocommerce/code-reference-generator/compare/0.1.0...0.2.0
3140
[0.1.0]: https://github.com/woocommerce/code-reference-generator/compare/0.0.1...0.1.0

Diff for: generate.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# WooCommerce Class API docs generator
33

44
# Variables
5-
GENERATOR_VERSION="0.3.0"
5+
GENERATOR_VERSION="0.4.0"
66
SOURCE_VERSION=""
77
GITHUB_REPO="woocommerce/woocommerce"
88

0 commit comments

Comments
 (0)