From 82a98c7ccb8deb839a10aee8df1b0788283e4908 Mon Sep 17 00:00:00 2001 From: Ran Yitzhaki Date: Wed, 30 May 2018 02:41:00 +0300 Subject: [PATCH] changelog for 0.12.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 047a1ce..d9a9588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.12.0 (May 30, 2018) +* [#31](https://github.com/ranyitz/qnm/pull/31) Add `--homepage` option to open the homepage of a certain package. +* [#35](https://github.com/ranyitz/qnm/pull/35) Fix `--why` option on match & list commands. +* [#33](https://github.com/ranyitz/qnm/pull/33) Add `--open` option to open the `package.json` of a certain package. + ## 0.11.0 (May 26, 2018) * [#34](https://github.com/ranyitz/qnm/pull/34) Highlight the same versions with the same colors. * [#30](https://github.com/ranyitz/qnm/pull/30) Be able to pass options to fuzzy search mode.