We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b084d commit 85533a4Copy full SHA for 85533a4
2 files changed
packages/babel/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [0.2.0](https://github.com/rolldown/plugins/compare/plugin-babel@0.1.8...plugin-babel@0.2.0) (2026-03-05)
2
+### Features
3
+
4
+* **babel:** add `runtimeVersion` option for deduplicating Babel helpers ([#8](https://github.com/rolldown/plugins/issues/8)) ([12b084d](https://github.com/rolldown/plugins/commit/12b084df4a8e96c4e54d1ff9a32a999e4da61d7c))
5
6
## <small>[0.1.8](https://github.com/rolldown/plugins/compare/plugin-babel@0.1.7...plugin-babel@0.1.8) (2026-03-03)</small>
7
### Bug Fixes
8
packages/babel/package.json
@@ -1,6 +1,6 @@
{
"name": "@rolldown/plugin-babel",
- "version": "0.1.8",
+ "version": "0.2.0",
"description": "Rolldown plugin for Babel",
"keywords": [
"babel",
0 commit comments