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 aadcf11 + e25808e commit 8af1181
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
@@ -0,0 +1,7 @@
# 1.0.0 (2024-10-24)


### Bug Fixes

* fix the package.json syntax error ([5927681](https://github.com/Metroxe/relative-to-alias-resolver/commit/59276814cb9b5eae807461e8700160b20e51ed76))
* move the release workflow to the correct directory ([c23117f](https://github.com/Metroxe/relative-to-alias-resolver/commit/c23117f241f508ed44bf960e95d659df62a3e664))
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": "0.0.0",
"version": "1.0.0",
"description": "converts a typescript from from relative imports to alias imports",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 8af1181

Please sign in to comment.