From 750f6353ea1f6ac53820aaab108d72f65716469d Mon Sep 17 00:00:00 2001 From: Ryan Murphy Date: Mon, 19 Aug 2019 19:04:33 -0700 Subject: [PATCH] Prep for release --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe471e45..44160a7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0] - 2019-08-19 + ### Added - Added support for watch mode. Can be activated by passing the `--watch` in the command. When this mode is activated type declaration is _skipped_.