Skip to content

Commit 08e762b

Browse files
chore(release): v1.3.3 [skip ci]
## [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))
1 parent 6ca7d3c commit 08e762b

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.3.3](https://github.com/sheerlox/import-from-esm/compare/v1.3.2...v1.3.3) (2023-11-19)
2+
3+
4+
### 🐛 Bug Fixes
5+
6+
* set Promise return types in declaration file ([6ca7d3c](https://github.com/sheerlox/import-from-esm/commit/6ca7d3c9a96a05ed1e7d8c1a639f099f799a3838))
7+
8+
9+
### 🚨 Tests
10+
11+
* improve test coverage ([8fa4f05](https://github.com/sheerlox/import-from-esm/commit/8fa4f0541426f9f4621dae92bb6fb6a4252b8d25))
12+
113
## [1.3.2](https://github.com/sheerlox/import-from-esm/compare/v1.3.1...v1.3.2) (2023-11-19)
214

315

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "import-from-esm",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"main": "index.js",
55
"type": "module",
66
"description": "Import a module like with require() but from a given path (for ESM)",

0 commit comments

Comments
 (0)