Skip to content

Commit ec7ae55

Browse files
committed
Babel 7.28 upgrade
1 parent 7050f5b commit ec7ae55

File tree

5 files changed

+499
-476
lines changed

5 files changed

+499
-476
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Change log
22

33
## [Unreleased]
4+
### Changed
5+
* Babel `7.28.x` upgrades.
46

5-
## [6.4.0] - 2025-04-08
7+
## 6.4.0 - 2025-04-08
8+
### Changed
69
* Babel `7.27.x` upgrades.
710

811
## 6.3.0 - 2024-10-28

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module.exports = (context, options = {}) => {
5858
corejs: 3,
5959
helpers: true,
6060
regenerator: true,
61-
version: '7.27.0', // 2
61+
version: '7.28.0', // 2
6262
};
6363

6464
let flowOpts = {

0 commit comments

Comments
 (0)