Skip to content

Commit dcfd832

Browse files
chore(release): 1.1.4 [skip ci]
## [1.1.4](1.1.3...1.1.4) (2024-10-24) ### Bug Fixes * remove unused libraries ([72ee86f](72ee86f))
1 parent 1428a47 commit dcfd832

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.4](https://github.com/metroxe/relative-to-alias-resolver/compare/1.1.3...1.1.4) (2024-10-24)
2+
3+
4+
### Bug Fixes
5+
6+
* remove unused libraries ([72ee86f](https://github.com/metroxe/relative-to-alias-resolver/commit/72ee86f55e5934084e0bbcc1338dcf4c57294782))
7+
18
## [1.1.3](https://github.com/metroxe/relative-to-alias-resolver/compare/1.1.2...1.1.3) (2024-10-24)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "relative-to-alias-resolver",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"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.",
55
"main": "dist/cjs/index.cjs",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)