From 812dcabcb64fc16d83d878da19b9344b42d3b19b Mon Sep 17 00:00:00 2001 From: Artsy Date: Mon, 1 Mar 2021 14:52:05 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 526b7e88..93838ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# v0.12.0 (Mon Mar 01 2021) + +#### 🚀 Enhancement + +- chore: fix lint errors [#64](https://github.com/artsy/cli/pull/64) ([@dblandin](https://github.com/dblandin)) +- [WIP] feat: command for summarizing recent blog articles & podcast episodes [#64](https://github.com/artsy/cli/pull/64) ([@pepopowitz](https://github.com/pepopowitz) [@dblandin](https://github.com/dblandin)) + +#### 🐛 Bug Fix + +- fix: add @types/xml2js to fix tsc -b [#68](https://github.com/artsy/cli/pull/68) ([@dblandin](https://github.com/dblandin)) + +#### Authors: 2 + +- Devon Blandin ([@dblandin](https://github.com/dblandin)) +- Steven Hicks ([@pepopowitz](https://github.com/pepopowitz)) + +--- + # v0.11.0 (Wed Feb 24 2021) #### 🚀 Enhancement