We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1f17e commit 72a0c44Copy full SHA for 72a0c44
packages/babel/CHANGELOG.md
@@ -1,5 +1,17 @@
1
# @rollup/plugin-babel ChangeLog
2
3
+## v5.2.0
4
+
5
+_2020-08-13_
6
7
+### Features
8
9
+- feat: `export * as ns` support (#511)
10
11
+### Updates
12
13
+- chore: update dependencies (13526d6)
14
15
## v5.1.0
16
17
_2020-07-12_
packages/babel/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-babel",
- "version": "5.1.0",
+ "version": "5.2.0",
"publishConfig": {
"access": "public"
},
0 commit comments