File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
### Changed
15
15
### Fixed
16
16
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
18
25
### Changed
19
26
- Update dependencies
20
27
- 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
27
34
28
35
- Initial release for rollup 3.x
29
36
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
31
39
[ 0.2.0 ] : https://github.com/susnux/rollup-plugin-corejs/releases/tag/v0.1.0...v0.2.0
32
40
[ 0.1.0 ] : https://github.com/susnux/rollup-plugin-corejs/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rollup-plugin-corejs" ,
3
- "version" : " 0.2 .0" ,
3
+ "version" : " 0.3 .0" ,
4
4
"description" : " âš¡ include core-js polyfills when bundling with rollup" ,
5
5
"keywords" : [
6
6
" corejs" ,
You can’t perform that action at this time.
0 commit comments