1.1.3 (2024-11-07)
- add ESM support by replacing __dirname (b722932)
- adding all generated files (f11d086)
- adding sourcemap option (4bf048d)
- command should run on linux env (0bcd69a)
- correct file addition logic in action.yml (9690d25)
- correct path for dist file in git tree (789e396)
- properly take all files (b9fa926)
1.1.2 (2024-10-22)
- action: refactor manifest update to use async/await (90e7386)
- call updateManifest function in action.yml (5fac319)
- handle ESM and CJS module loading in action script (33147cc)
- rename output file to use .cjs extension (4860686)
- replace async file operations with sync methods (8e99285)
- switch to bash script for pushing changes (876b39b)
- update schema and plugin path extensions, remove ts compilation (086a914)
- update schema and plugin path extensions, remove ts compilation (6c4202b)
1.1.1 (2024-10-15)
- handle schema defaults and required fields correctly (dc46486)
1.1.0 (2024-10-15)
- add GitHub packages to action setup (5eb45f9)
- switch to Octokit for commit and push (45f54ee)
- update default schema path to use .cjs extension (d650040)
- add CODEOWNERS and enhance README.md (24a312d)