Skip to content

Commit

Permalink
chore(release): v1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.0](v1.0.3...v1.1.0) (2023-11-06)

### ✨ Features

* support subpath imports ([#35](#35)) ([fd5ef00](fd5ef00))

### 🐛 Bug Fixes

* support extensionless subpath package access ([5bb1b09](5bb1b09))

### 🚨 Tests

* add package import test cases ([#34](#34)) ([8d1fa2c](8d1fa2c))
* resolve from nested package path ([836a148](836a148))

### ♻️ Chores

* **deps:** lock file maintenance ([#33](#33)) ([5bb144a](5bb144a))
* **deps:** pin dependency cross-env to 7.0.3 ([#32](#32)) ([33f281a](33f281a))
  • Loading branch information
semantic-release-bot committed Nov 6, 2023
1 parent 5bb1b09 commit 93ccb82
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## [1.1.0](https://github.com/sheerlox/import-from-esm/compare/v1.0.3...v1.1.0) (2023-11-06)


### ✨ Features

* support subpath imports ([#35](https://github.com/sheerlox/import-from-esm/issues/35)) ([fd5ef00](https://github.com/sheerlox/import-from-esm/commit/fd5ef00c6e2de6cfed464c820fb1f4d3eb286b98))


### 🐛 Bug Fixes

* support extensionless subpath package access ([5bb1b09](https://github.com/sheerlox/import-from-esm/commit/5bb1b0902ac513fb5ad725983744d2d0461eec8d))


### 🚨 Tests

* add package import test cases ([#34](https://github.com/sheerlox/import-from-esm/issues/34)) ([8d1fa2c](https://github.com/sheerlox/import-from-esm/commit/8d1fa2cf905c4eb321b84e0451c822747d2311b2))
* resolve from nested package path ([836a148](https://github.com/sheerlox/import-from-esm/commit/836a148f0509bb864407875927cdbf56f15ef7b7))


### ♻️ Chores

* **deps:** lock file maintenance ([#33](https://github.com/sheerlox/import-from-esm/issues/33)) ([5bb144a](https://github.com/sheerlox/import-from-esm/commit/5bb144ac3b846ce63b4245db0b69f6812efc0b10))
* **deps:** pin dependency cross-env to 7.0.3 ([#32](https://github.com/sheerlox/import-from-esm/issues/32)) ([33f281a](https://github.com/sheerlox/import-from-esm/commit/33f281aef00c9fe70c9293fdae7ea3cfe3bec75d))

## [1.0.3](https://github.com/sheerlox/import-from-esm/compare/v1.0.2...v1.0.3) (2023-11-05)


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.0.3",
"version": "1.1.0",
"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 93ccb82

Please sign in to comment.