Skip to content

Commit 1f39523

Browse files
Publish Next Version (#16)
1 parent f0459c3 commit 1f39523

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/brown-suns-enjoy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# babel-plugin-un-cjs
22

3+
## 2.5.0
4+
5+
### Minor Changes
6+
7+
- [`d61b766`](https://github.com/calebeby/babel-plugin-un-cjs/commit/d61b7665300e3bdbc01f90f7ce29b700d9f72310) Thanks [@calebeby](https://github.com/calebeby)! - Fix an edge case where `export * from ""` generated an extra import/export of default
8+
39
## 2.4.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-un-cjs",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"repository": "calebeby/babel-plugin-un-cjs",
55
"description": "",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)