Skip to content

Commit 10f0c2c

Browse files
committed
🔖 Prepare version 0.3.0
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
1 parent 532354e commit 10f0c2c

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

‎CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Changed
1515
### Fixed
1616

17-
## [0.2.0]
17+
## [0.3.0] - 2023-03-22
18+
### Changed
19+
- Update dependencies
20+
21+
### Fixed
22+
- Fix loading extended browserslist config when no targets are given
23+
24+
## [0.2.0] - 2023-03-08
1825
### Changed
1926
- Update dependencies
2027
- Update `core-js-builder` to 3.29.0 which now provides its own types
@@ -27,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2734

2835
- Initial release for rollup 3.x
2936

30-
[unreleased]: https://github.com/susnux/rollup-plugin-corejs/compare/v0.2.0...HEAD
37+
[unreleased]: https://github.com/susnux/rollup-plugin-corejs/compare/v0.3.0...HEAD
38+
[0.3.0]: https://github.com/susnux/rollup-plugin-corejs/releases/tag/v0.2.0...v0.3.0
3139
[0.2.0]: https://github.com/susnux/rollup-plugin-corejs/releases/tag/v0.1.0...v0.2.0
3240
[0.1.0]: https://github.com/susnux/rollup-plugin-corejs/releases/tag/v0.1.0

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-corejs",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "âš¡ include core-js polyfills when bundling with rollup",
55
"keywords": [
66
"corejs",

0 commit comments

Comments
 (0)