Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.33 KB

File metadata and controls

47 lines (37 loc) · 1.33 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.1] - 2025-06-17

Details

🐛 Bug Fixes

  • Update config template so that it's valid for both v1 and v2 by @dyc3 in #6

🚜 Refactor

  • Update the variable name of publishRepo handling by @chansuke
  • Move the assignment of isPublishRepo closer to its usage by @chansuke
  • Avoid magic number by @chansuke
  • S/isPublishRepo/shouldPublishRepo/ by @chansuke

[0.2.0] - 2024-08-07

Details

🚀 Features

  • Add a step to initialize git repo and create github repo by @dyc3

New Contributors

  • @dyc3 made their first contribution

[0.1.3] - 2024-08-06

Details

🐛 Bug Fixes

  • Binary name for yarn by @nhedger

[0.1.2] - 2024-08-05

Details

🐛 Bug Fixes

  • Add missing shims by @nhedger

[0.1.1] - 2024-08-05

Details

🐛 Bug Fixes

  • Bin path by @nhedger

[0.1.0] - 2024-08-05

Details

🚀 Features

  • Initial release by @nhedger

New Contributors

  • @nhedger made their first contribution