From 6169e73ec395fbb32369c1ea685d5a8e86d1e871 Mon Sep 17 00:00:00 2001 From: arctic_hen7 Date: Sat, 26 Jun 2021 08:07:47 +1000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=94=96=200.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 325c98c..5681ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.2](https://github.com/arctic-hen7/bonnie/compare/v0.1.1...v0.1.2) (2021-06-25) + + +### Features + +* ✨ added environment variable interpolation ([1af7f59](https://github.com/arctic-hen7/bonnie/commit/1af7f59758513c8ed092518466617a61d04bf46f)) + + +### Bug Fixes + +* 🚑 removed requriement for `env_files` key in config ([b1379e6](https://github.com/arctic-hen7/bonnie/commit/b1379e6685ca4e4746f17c69463f8eb80ff039d6)) + + +### Code Refactorings + +* 🔥 removed unnecessary `remove` function in command registry ([1d3cf1f](https://github.com/arctic-hen7/bonnie/commit/1d3cf1f37d94318d7323eb11e085f96b0286310c)) + + +### Documentation Changes + +* 📝 updated help page ([aeed110](https://github.com/arctic-hen7/bonnie/commit/aeed110d56a423b618f9728caed1cce1015f0180)) +* 📝 updated readme ([9ba1bcc](https://github.com/arctic-hen7/bonnie/commit/9ba1bcc78c32f4150eb6857e18837d13af25128b)) + ### [0.1.1](https://github.com/arctic-hen7/bonnie/compare/v0.1.0...v0.1.1) (2021-05-02)