diff --git a/.github/workflows/update-changelog.yml b/.github/workflows/update-changelog.yml new file mode 100644 index 0000000..eaeaf1f --- /dev/null +++ b/.github/workflows/update-changelog.yml @@ -0,0 +1,9 @@ +name: "Update Changelog" + +on: + release: + types: [released] + +jobs: + update: + uses: laravel/.github/.github/workflows/update-changelog.yml@main diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5b5ddf8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,88 @@ +# Changelog + +## [Unreleased](https://github.com/org/repo/compare/0.6.1...master) + +## [0.6.1](https://github.com/org/repo/compare/0.6.0...0.6.1) - 2022-01-11 + +### Fixed + +- Use the new productpage scope filter (fa28fa3) + +## [0.6.0](https://github.com/org/repo/compare/0.5.1...0.6.0) - 2022-01-08 + +### Added + +- Implemented the show out of stock option (67b1e5e) + +## [0.5.1](https://github.com/org/repo/compare/0.5.0...0.5.1) - 2021-12-14 + +### Fixed + +- Optimised the query (6db9fe6) + +## [0.5.0](https://github.com/org/repo/compare/0.4.1...0.5.0) - 2021-12-14 + +### Added + +- Crosssell ids on the quote (#8) + +## [0.4.1](https://github.com/org/repo/compare/0.4.0...0.4.1) - 2021-12-14 + +### Fixed + +- Revert: Implemented the show out of stock option (46e6fe5) +- Filter related products by position (#7) + +## [0.4.0](https://github.com/org/repo/compare/0.3.1...0.4.0) - 2021-12-09 + +### Added + +- Implemented the show out of stock option (95935f1) + +## [0.3.1](https://github.com/org/repo/compare/0.3.0...0.3.1) - 2021-11-23 + +### Fixed + +- Fixed calculations (#6) + +## [0.3.0](https://github.com/org/repo/compare/0.2.3...0.3.0) - 2021-10-20 + +### Added + +- Adding/added states (e712f48) + +## [0.2.3](https://github.com/org/repo/compare/0.2.2...0.2.3) - 2021-10-08 + +### Fixed + +- Kebab-case event (#5) + +## [0.2.2](https://github.com/org/repo/compare/0.2.1...0.2.2) - 2021-10-06 + +### Added + +- Auto select the configurable options based on the main product (f161384) + +## [0.2.1](https://github.com/org/repo/compare/0.2.0...0.2.1) - 2021-09-28 + +### Added + +- Added the attribute code to the query (#4) + +## [0.2.0](https://github.com/org/repo/compare/0.1.1...0.2.0) - 2021-09-22 + +### Changed + +- Get the main product from GraphQL (97ed90a) + +## [0.1.1](https://github.com/org/repo/compare/0.1.0...0.1.1) - 2021-09-07 + +### Fixed + +- Fixed namespace for publishing (#3) + +## [0.1.0](https://github.com/org/repo/compare/781858387dc483333b5bb59b1df332a8f7b61097...0.1.0) - 2021-06-30 + +Initial release + +