Skip to content

Commit

Permalink
Publish Next Version (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Nov 7, 2020
1 parent ec2f33b commit ca77d94
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/khaki-files-trade.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# babel-plugin-un-cjs

## 2.2.1

### Patch Changes

- [`ec2f33b`](https://github.com/calebeby/babel-plugin-un-cjs/commit/ec2f33b728b3f59149299ab570cddff3af290310) Thanks [@calebeby](https://github.com/calebeby)! - Handle changed babel output for `export * from ""`

The change was introduced in babel PR https://github.com/babel/babel/pull/11739. This was first released as babel v7.12.0. Both the old and new output are supported by babel-plugin-un-cjs

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-un-cjs",
"version": "2.2.0",
"version": "2.2.1",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit ca77d94

Please sign in to comment.