Skip to content

v1.1.2 | Improve Path/Directory Resolution

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 12:11

This releases fixes a major issue that would lead to unresolved responses from the API, even though the file you're pointing to in the API path exists. This issue primarily affected Windows users.

1.1.2 (2024-07-12)

Bug Fixes

  • improve path resolution by using path#join instead of / (e2f6513)