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 6c5664e + 0738d39 commit 36640e0
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.7](https://github.com/Metroxe/relative-to-alias-resolver/compare/1.0.6...1.0.7) (2024-10-24)


### Bug Fixes

* add a bin for running as an executable ([bd3db87](https://github.com/Metroxe/relative-to-alias-resolver/commit/bd3db87a12157a031e5bc23c07dee3edb90b4552))
* run with an import in cjs ([5c80778](https://github.com/Metroxe/relative-to-alias-resolver/commit/5c807786f594348d182cbc12518895caf99df2bb))

## [1.0.6](https://github.com/Metroxe/relative-to-alias-resolver/compare/1.0.5...1.0.6) (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.6",
"version": "1.0.7",
"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 36640e0

Please sign in to comment.