Skip to content

Commit

Permalink
Merge branch 'release/6.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Oct 3, 2024
2 parents c726eb7 + e1f42b8 commit 31658b5
Show file tree
Hide file tree
Showing 32 changed files with 2,721 additions and 2,398 deletions.
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

0 comments on commit 31658b5

Please sign in to comment.