Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Powroznik committed Oct 24, 2024
2 parents 4760b55 + df05b1d commit 6fd35a5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.5](https://github.com/Metroxe/relative-to-alias-resolver/compare/1.0.4...1.0.5) (2024-10-24)


### Bug Fixes

* add example to the README ([d81d505](https://github.com/Metroxe/relative-to-alias-resolver/commit/d81d505e10f4e069dee09796b447cfe09ddf0f8e))
* fix bug with the cli not pointing to the correct cjs file ([316fb9d](https://github.com/Metroxe/relative-to-alias-resolver/commit/316fb9d3ac8db3a960db237199c8bff21a0681a3))

## [1.0.4](https://github.com/Metroxe/relative-to-alias-resolver/compare/1.0.3...1.0.4) (2024-10-24)


Expand Down
6 changes: 3 additions & 3 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": "relative-to-alias-resolver",
"version": "1.0.4",
"version": "1.0.5",
"description": "Converts a typescript project from relative imports to alias imports.",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 6fd35a5

Please sign in to comment.