From ebe54093501dab43ee77b33d161b2376fa833ba7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 22 Oct 2020 12:21:47 +0000 Subject: [PATCH] release(version): Release 1.4.0 [skip ci] # [1.4.0](https://github.com/terminal-junkies/npmx/compare/v1.3.0...v1.4.0) (2020-10-22) ### Features * add discover packages widget in home page ([48b05cc](https://github.com/terminal-junkies/npmx/commit/48b05cc18d38902a20cd4e18d7ddaeafa27914ff)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3c5948..52bac6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0](https://github.com/terminal-junkies/npmx/compare/v1.3.0...v1.4.0) (2020-10-22) + + +### Features + +* add discover packages widget in home page ([48b05cc](https://github.com/terminal-junkies/npmx/commit/48b05cc18d38902a20cd4e18d7ddaeafa27914ff)) + # [1.3.0](https://github.com/terminal-junkies/npmx/compare/v1.2.1...v1.3.0) (2020-10-13) diff --git a/package.json b/package.json index 8316d53..0c1a871 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@terminal-junkies/npmx", - "version": "1.3.0", + "version": "1.4.0", "description": "An advanced CLI for npm", "main": "index.js", "scripts": {