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 72ee86f + ee84cc1 commit 1428a47
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.1.3](https://github.com/metroxe/relative-to-alias-resolver/compare/1.1.2...1.1.3) (2024-10-24)


### Bug Fixes

* add the repository URL so its linked back on npm ([a7c07c4](https://github.com/metroxe/relative-to-alias-resolver/commit/a7c07c4b11436868d405fc3b0b5bd791858b87fe))

## [1.1.2](https://github.com/Metroxe/relative-to-alias-resolver/compare/1.1.1...1.1.2) (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.1.2",
"version": "1.1.3",
"description": "Transform your TypeScript project with ease using the relative-to-alias-resolver. This powerful tool converts cumbersome relative imports into clean, maintainable alias imports, enhancing code readability and maintainability.",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 1428a47

Please sign in to comment.