Skip to content
This repository was archived by the owner on Dec 24, 2021. It is now read-only.

Latest commit

 

History

History
50 lines (25 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

50 lines (25 loc) · 1.99 KB

Changelog

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

0.3.1 (2021-08-25)

Bug Fixes

  • 🐛 add docker-secret dependency (d5ac422)

0.3.0 (2021-04-19)

⚠ BREAKING CHANGES

  • flags: - command flags were not detected
  • deps: - new major commander user

Features

  • 🌟 add commitlint config (9ce99e3)

Bug Fixes

  • flags: 🐛 input flags detected properly (4d38b4c)

  • deps: 🔩 update commander dependency (a3b0e98)

0.2.0 (2021-04-19)

⚠ BREAKING CHANGES

  • style: - complete configuration in config file

    • changed flag interface
  • deps: - removed dependency and potential configs

  • style: 🔥 move script literals to configuration json (85c6f42)

  • 🔥 rename prompt flag to silent (74787f6)

  • deps: 🔥 remove create-git and commit manually (14d6d3b)

0.1.1 (2021-04-18)

Features

  • 🌟 add basic functionality (3f347cf)