Skip to content

Commit

Permalink
v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 20, 2020
1 parent 6be48ea commit 7c6293b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Unreleased

## v2.3.2
- [Fix] avoid using reserved param name in babel 7 templates
- [Dev Deps] update `airbnb-js-shims`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-dynamic-import-node",
"version": "2.3.1",
"version": "2.3.2",
"description": "Babel plugin to transpile import() to a deferred require(), for node",
"main": "lib/index.js",
"directories": {
Expand Down

0 comments on commit 7c6293b

Please sign in to comment.