Skip to content

Latest commit

 

History

History
72 lines (41 loc) · 4.86 KB

CHANGELOG.md

File metadata and controls

72 lines (41 loc) · 4.86 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.1 (2022-06-05)

Bug Fixes

  • getAllPossibleFiles: 🩹 avoid edge-case when checking files for common template (ed20832)

0.3.0 (2022-06-03)

⚠ BREAKING CHANGES

  • drops support for EOL node 12

  • drop node 12 (28327c8)

0.2.0 (2022-04-25)

Features

  • npm: inform user during npm install (ddaa7db), closes #128
  • templates: ✨ create basic-ts template (#127) (a0dd931)

Bug Fixes

  • config: 🩹 pass argv to start function (1bcb2e3)
  • config: add year to config (6ed2e45), closes #129
  • templates: remove one pair of braces from LICENSE files (a1576ab), closes #130

0.1.5 (2022-03-28)

Bug Fixes

  • 🚑 Cherry-pick commit 3e1830a5c98aa402ec7fd4984453280c02cdccd2 into release-v0.1 (f5ff7e7), closes #98 #98 #98 #100

0.1.4 (2022-03-27)

Bug Fixes

  • questions: 🐛 Cherry-pick commit 83b6d8aad53c558e6d123e09c00840f729832826 into release-0.1 (f106a75)

0.1.3 (2022-03-27)

Bug Fixes

  • 🚑 include bin in releases (cceab5c)

0.1.2 (2022-03-27)

Bug Fixes

  • 🚑 Cherry-pick 8f8fa3efed58cb184d41cca1e85f5e78f3c6a318 into release-0.1.2 (e208d91)
  • deps: 🚑 Cherry-pick d86bc46b5e201c6c3dddc9408749891c2542292b into release-0.1.2 (cd8e837), closes #35

0.1.1 (2022-03-18)

0.1.0 (2022-03-05)

Features

  • added basic-js template (f433007), closes #45
  • added git initialization (344fe3d)
  • handle configuration (9aa8b01)
  • initialize a git repository (416c0ff)
  • install npm packages and build (301e99c)
  • scaffold files with dynamic content (d871045)

Bug Fixes

  • ignore all node_modules files (747ad87)