Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Jan 30, 2021
1 parent 00f8df9 commit f4c7c52
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
# Changelog

## v0.4.3 (2021-01-30)
### Added
- Added the `--package` option to the `bazar:publish` command, that syncs the NPM `devDependecies` in the `packages.json`
- Added the `--mix` option to the `bazar:publish` command, that appends the proper webpack tasks to compile Bazar assets

### Fixed
- Fixed the `it_can_install_bazar` test with the `--seed` option
- Fixed the `409` error when `Bazar::assetVersion()` is `null`
- Fixed the wrong usage of `App::publicPath()`

## v0.4.2 (2021-01-27)
### Fixed
- Fix image publishing [#86](https://github.com/conedevelopment/bazar/issues/86)
- Fixed image publishing [#86](https://github.com/conedevelopment/bazar/issues/86)

## v0.4.1 (2021-01-24)
### Fixed
- Checking differences between variant and selected option is too permissive [#83](https://github.com/conedevelopment/bazar/pull/83)
- Fixed checking differences between variant and selected option is too permissive [#83](https://github.com/conedevelopment/bazar/pull/83)

## v0.4.0 (2021-01-18)
### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Bazar.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ abstract class Bazar
*
* @var string
*/
public const VERSION = '0.4.2';
public const VERSION = '0.4.3';

/**
* The default currency.
Expand Down

0 comments on commit f4c7c52

Please sign in to comment.