From d52217a0873a2d087612583c04e56e5f8669b483 Mon Sep 17 00:00:00 2001 From: Evan Morikawa Date: Wed, 14 Sep 2016 11:56:36 -0700 Subject: [PATCH] bump(version): 0.4.52 and add Changelog --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58887c0fe..9ed249275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # N1 Changelog +### 0.4.52 (9/14/16) + +- Features: + + + More themes on Readme.md + +- Fixes: + + + Fix url parsing of ?# + + Changes to trial length + + Add “Ctrl-A” to the outlook shortcuts + + Log user out of app if identity token is missing + + Check for number of BCC participants before using multi-send + +- Development: + + + apm ignores dev dependencesi + + ### 0.4.51 (9/1/16) - Features: diff --git a/package.json b/package.json index 512bff8b4..fb3269138 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nylas", "productName": "Nylas N1", - "version": "0.4.51", + "version": "0.4.52", "description": "An extensible, open-source mail client built on the modern web.", "main": "./src/browser/main.js", "repository": {