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 51dc7cf + c6c1bc0 commit aef3638
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.2](https://github.com/Metroxe/relative-to-alias-resolver/compare/1.0.1...1.0.2) (2024-10-24)


### Bug Fixes

* remove concurrency option, and add readme ([a167b5c](https://github.com/Metroxe/relative-to-alias-resolver/commit/a167b5c61cdeb2baca0c642820ff01f16519ae5d))

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


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": "relative-to-alias-resolver",
"version": "1.0.1",
"version": "1.0.2",
"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 aef3638

Please sign in to comment.