Skip to content

Commit

Permalink
Configure changelog (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
quintenbuis authored Apr 8, 2022
1 parent fa28fa3 commit 74cc6ac
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: "Update Changelog"

on:
release:
types: [released]

jobs:
update:
uses: laravel/.github/.github/workflows/update-changelog.yml@main
88 changes: 88 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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


0 comments on commit 74cc6ac

Please sign in to comment.