From b9fb9d4088dfad9fc0a9e3e3547ee9000f6ec633 Mon Sep 17 00:00:00 2001 From: Mihir Pathak Date: Sun, 1 Jul 2018 10:08:02 +0530 Subject: [PATCH] bump v1.4.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb61742..21a1cb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.4.0] - 2018-07-01 +### Changed +- Display upto 10 search results + +### Fixed +- "Go back" re-renders current view + ## [1.3.0-beta1] - 2018-06-26 ### Changed - rainbow is no longer experimental! diff --git a/package.json b/package.json index 500c099..2995dcd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "audius", "productName": "Audius", - "version": "1.3.1", + "version": "1.4.0", "description": "A cross-platform app for downloading songs from YouTube and Spotify", "author": { "name": "Mihir Pathak",