From 36f18c273dce40ef2ba61c9bce478868d3ae046c Mon Sep 17 00:00:00 2001 From: Juan Tejada Date: Thu, 9 Feb 2017 10:30:17 -0800 Subject: [PATCH] bump(version) 1.0.24 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- src/K2 | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59831aea3..40c2fa4e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Nylas Mail Changelog +### 1.0.24 (2/8/17) + +- Fixes: + + + Fix error reporter when reporting an error without an identity (this would + crash the app) + +- Development: + + + Fix logging inside local-sync api requests + + Stop reporting handled API errors to Sentry + + Report thread-list perf metrics + ### 1.0.23 (2/8/17) - Fixes: diff --git a/package.json b/package.json index b622870e7..60489cc0c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nylas", "productName": "Nylas Mail", - "version": "1.0.23", + "version": "1.0.24", "description": "The best email app for people and teams at work", "license": "GPL-3.0", "main": "./src/browser/main.js", diff --git a/src/K2 b/src/K2 index f463ae3f0..aec6ca9b2 160000 --- a/src/K2 +++ b/src/K2 @@ -1 +1 @@ -Subproject commit f463ae3f0a1a2a166942cfe3e25c2813593cb19f +Subproject commit aec6ca9b2ea35acd27a03f962868c72166ab5ef1