Skip to content

Commit

Permalink
chore(release): v1.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.3](v1.1.2...v1.1.3) (2023-11-07)

### 🐛 Bug Fixes

* support windows absolute paths ([#40](#40)) ([13f9767](13f9767))

### ♻️ Chores

* **deps:** update dependency knip to v2.39.0 ([#39](#39)) ([44f92c3](44f92c3))
  • Loading branch information
semantic-release-bot committed Nov 7, 2023
1 parent 13f9767 commit 17d9fa8
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.1.3](https://github.com/sheerlox/import-from-esm/compare/v1.1.2...v1.1.3) (2023-11-07)


### 🐛 Bug Fixes

* support windows absolute paths ([#40](https://github.com/sheerlox/import-from-esm/issues/40)) ([13f9767](https://github.com/sheerlox/import-from-esm/commit/13f97672eb9d5c4f74b14e8dd77ea60506f5545f))


### ♻️ Chores

* **deps:** update dependency knip to v2.39.0 ([#39](https://github.com/sheerlox/import-from-esm/issues/39)) ([44f92c3](https://github.com/sheerlox/import-from-esm/commit/44f92c3726cad84430f65720efe8f6e527cd0662))

## [1.1.2](https://github.com/sheerlox/import-from-esm/compare/v1.1.1...v1.1.2) (2023-11-06)


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.1.2",
"version": "1.1.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 17d9fa8

Please sign in to comment.