Skip to content

Commit

Permalink
chore(release): v1.3.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.3](v1.3.2...v1.3.3) (2023-11-19)

### 🐛 Bug Fixes

* set Promise return types in declaration file ([6ca7d3c](6ca7d3c))

### 🚨 Tests

* improve test coverage ([8fa4f05](8fa4f05))
  • Loading branch information
semantic-release-bot committed Nov 19, 2023
1 parent 6ca7d3c commit 08e762b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.3.3](https://github.com/sheerlox/import-from-esm/compare/v1.3.2...v1.3.3) (2023-11-19)


### 🐛 Bug Fixes

* set Promise return types in declaration file ([6ca7d3c](https://github.com/sheerlox/import-from-esm/commit/6ca7d3c9a96a05ed1e7d8c1a639f099f799a3838))


### 🚨 Tests

* improve test coverage ([8fa4f05](https://github.com/sheerlox/import-from-esm/commit/8fa4f0541426f9f4621dae92bb6fb6a4252b8d25))

## [1.3.2](https://github.com/sheerlox/import-from-esm/compare/v1.3.1...v1.3.2) (2023-11-19)


Expand Down
4 changes: 2 additions & 2 deletions 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,6 +1,6 @@
{
"name": "import-from-esm",
"version": "1.3.2",
"version": "1.3.3",
"main": "index.js",
"type": "module",
"description": "Import a module like with require() but from a given path (for ESM)",
Expand Down

0 comments on commit 08e762b

Please sign in to comment.