Skip to content

Commit

Permalink
Merge branch 'gh-36'
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry committed Jan 4, 2021
2 parents e38fa0a + d046e0b commit 2b7ec41
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Shimport changelog

## 2.0.5

* Hoist imports ([#36](https://github.com/Rich-Harris/shimport/issues/36))

## 2.0.4

* Publish as ES5 so that browsers can use Shimport untranspiled ([#34](https://github.com/Rich-Harris/shimport/issues/34))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shimport",
"description": "Shim for dynamic import()",
"version": "2.0.4",
"version": "2.0.5",
"repository": "Rich-Harris/shimport",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 2b7ec41

Please sign in to comment.