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))
* **release:** v1.1.0 [skip ci] ([93ccb82](93ccb82)), closes [#35](#35) [#34](#34) [#33](#33) [#32](#32)
  • Loading branch information
semantic-release-bot committed Nov 6, 2023
1 parent 93ccb82 commit 7a9f9c1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,31 @@
* 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))
* **release:** v1.1.0 [skip ci] ([93ccb82](https://github.com/sheerlox/import-from-esm/commit/93ccb822dc8f9f4d50348e74cda51e48deac1911)), closes [#35](https://github.com/sheerlox/import-from-esm/issues/35) [#34](https://github.com/sheerlox/import-from-esm/issues/34) [#33](https://github.com/sheerlox/import-from-esm/issues/33) [#32](https://github.com/sheerlox/import-from-esm/issues/32)

## [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))
Expand Down

0 comments on commit 7a9f9c1

Please sign in to comment.