diff --git a/CHANGELOG.md b/CHANGELOG.md index 4994b9c31..1b145b199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.5.0] - 2020-08-18 +### Added +- Added script to build and deploy to `gh-pages` branch. +### Changed +- Fixed line break of table `th` elements. +- Use a full URL for search results. +### Removed +- Removed old `generate.sh` file. + ## [0.4.0] - 2020-08-05 ### Added - Hooks Reference based on an old build. Needs automation. @@ -33,7 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial version. -[Unreleased]: https://github.com/woocommerce/code-reference-generator/compare/0.4.0...HEAD +[Unreleased]: https://github.com/woocommerce/code-reference-generator/compare/0.5.0...HEAD +[0.5.0]: https://github.com/woocommerce/code-reference-generator/compare/0.4.0...0.5.0 [0.4.0]: https://github.com/woocommerce/code-reference-generator/compare/0.3.0...0.4.0 [0.3.0]: https://github.com/woocommerce/code-reference-generator/compare/0.2.0...0.3.0 [0.2.0]: https://github.com/woocommerce/code-reference-generator/compare/0.1.0...0.2.0