Add "workingDirectory" feature to Windows shortcuts
Breaking Changes:
- NONE! Your code should work exactly the same without changing anything.
Enhancements:
- Added a new API option for Windows called
workingDirectory. It lets you set the "current working directory" for the shortcut application when launched. This feature should have been included in the library earlier but was overlooked.
Special thanks to @Tixxxon for bringing this to my attention (#21).
Maintenance:
- Updated dependencies
- Updated documentation
Code Quality:
- Linting and Test coverage remains at 100%
- E2E tests all passing