Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] 6.2.0 #171

Merged
merged 13 commits into from
Oct 3, 2024
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [v6.2.0](https://github.com/studiometa/webpack-config/compare/6.1.0..6.2.0) (2024-10-03)

### Added

- Export presets from the root package entrypoint ([55ba53d](https://github.com/studiometa/webpack-config/commit/55ba53d))
- Add types for presets ([ee9bd61](https://github.com/studiometa/webpack-config/commit/ee9bd61))

### Fixed

- Fix build process not exiting sometimes ([5ce8cd9](https://github.com/studiometa/webpack-config/commit/5ce8cd9))

### Changed

- Update prototyping preset dependencies ([ec296d8](https://github.com/studiometa/webpack-config/commit/ec296d8))
- Update vue-3 preset dependencies ([0fe7887](https://github.com/studiometa/webpack-config/commit/0fe7887))
- Update main dependencies ([89a37c1](https://github.com/studiometa/webpack-config/commit/89a37c1))

## [v6.1.0](https://github.com/studiometa/webpack-config/compare/6.0.3..6.1.0) (2024-07-24)

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studiometa/webpack-config",
"version": "6.1.0",
"version": "6.2.0",
"description": "PHP Helpers for @studiometa/webpack-config",
"type": "library",
"require": {
Expand Down
Loading
Loading