Skip to content

Commit 623d870

Browse files
chore(release): release v2.2.0 🎉
1 parent 9cfa5c7 commit 623d870

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
# 2.2.0 (2024-06-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **index.js:** fix for windows [#2](https://github.com/euberdeveloper/esm-module-alias/issues/2) ([b9cd2ba](https://github.com/euberdeveloper/esm-module-alias/commit/b9cd2ba5e175035983eb3ab56447468f1b36d6f6))
9+
* **readme:** fix executin example ([017a52a](https://github.com/euberdeveloper/esm-module-alias/commit/017a52af2fc396b3932c0dae83fcc413bb6cdab9)), closes [#5](https://github.com/euberdeveloper/esm-module-alias/issues/5)
10+
11+
12+
### Features
13+
14+
* add code ([f56365e](https://github.com/euberdeveloper/esm-module-alias/commit/f56365e7b9b2da776ea1fd3b77d61bad1992941f))
15+
* **index.js:** add possibility for a custom matcher ([588f44c](https://github.com/euberdeveloper/esm-module-alias/commit/588f44c2ac32db1db7292cf72cf0464cfdfe6134))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esm-module-alias",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "An alternative to module-alias, but for esm",
55
"exports": {
66
".": "./index.js",

0 commit comments

Comments
 (0)