<!-- 
SPDX-FileCopyrightText: 2023 Ferdinand Thiessen <rpm@fthiessen.de>
SPDX-License-Identifier: EUPL-1.2
--->
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
### Changed
### Fixed

## [0.2.2] - 2024-12-05
### Changed
- Updated dependencies

## [0.2.1] - 2023-01-04
### Changed
- webpack 4: Only add polyfills to initial chunks
- webpack 5: Use the `processAssets` hook to prevent deprecation warnings

### Fixed
- Previous release was empty

## [0.2.0] - 2023-01-04
### Changed
- webpack 4: Only add polyfills to initial chunks
- webpack 5: Use the `processAssets` hook to prevent deprecation warnings

## [0.1.0] - 2023-01-04

### Added 

- Initial release for webpack 4 and 5

[unreleased]: https://github.com/susnux/webpack-plugin-corejs/compare/v0.2.1...HEAD
[0.2.0]: https://github.com/susnux/webpack-plugin-corejs/releases/tag/v0.2.1
[0.2.0]: https://github.com/susnux/webpack-plugin-corejs/releases/tag/v0.2.0
[0.1.0]: https://github.com/susnux/webpack-plugin-corejs/releases/tag/v0.1.0