Skip to content

Commit

Permalink
chore(release): release v2.2.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
euberdeveloper committed Jun 13, 2024
1 parent 9cfa5c7 commit 623d870
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@


# 2.2.0 (2024-06-13)


### Bug Fixes

* **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))
* **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)


### Features

* add code ([f56365e](https://github.com/euberdeveloper/esm-module-alias/commit/f56365e7b9b2da776ea1fd3b77d61bad1992941f))
* **index.js:** add possibility for a custom matcher ([588f44c](https://github.com/euberdeveloper/esm-module-alias/commit/588f44c2ac32db1db7292cf72cf0464cfdfe6134))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esm-module-alias",
"version": "2.1.0",
"version": "2.2.0",
"description": "An alternative to module-alias, but for esm",
"exports": {
".": "./index.js",
Expand Down

0 comments on commit 623d870

Please sign in to comment.