From 8978f7617eeb81cbe786e6d52bee136883b2d443 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Aug 2020 15:43:02 +0000 Subject: [PATCH] chore(release): 2.0.0-beta.2 [skip ci] # 2.0.0-beta.2 (2020-08-05) ### Bug Fixes * fix for issue where tooltip text becomes matched and highlighted ([8a80a49](https://github.com/defmethodinc/just-not-sorry/commit/8a80a49acb906e9432ba97c4f7c144becab60602)) * fix for warning highlight inconsistency ([6e03493](https://github.com/defmethodinc/just-not-sorry/commit/6e03493634dc9cf13b50b422933b9bc5c9c1ac50)) * fix inconsistent highlighting of warnings ([4fcf90d](https://github.com/defmethodinc/just-not-sorry/commit/4fcf90ddfb391ec67f41d86ed7030a68e846f90d)) * fix inconsistent highlighting when composing new email ([a34c18c](https://github.com/defmethodinc/just-not-sorry/commit/a34c18c077cae3a488dec9cca34eeab51d8d90db)) * improvement on tooltip highlight fix ([20c5173](https://github.com/defmethodinc/just-not-sorry/commit/20c51732eae646a623b9072b0aab67b0aa485dea)) * **tooltip:** positioning fix for tooltip ([6c70242](https://github.com/defmethodinc/just-not-sorry/commit/6c7024242a83a4f6a50ebbc025579787012b2725)) * fix positioning of highlights when nodes spaces are added before flagged phrases ([a579472](https://github.com/defmethodinc/just-not-sorry/commit/a579472a8d2ed02723ee2baa427ac5a7f9f87621)) * **webpack:** display sourcemaps in dev and limit bundle size warnings to prod only ([2b8f6c5](https://github.com/defmethodinc/just-not-sorry/commit/2b8f6c5819cae272fb062fed1ba1261fd4042f06)) ### Features * **eslint:** update eslint to work with React/preact-compat ([45f7cc0](https://github.com/defmethodinc/just-not-sorry/commit/45f7cc013ab4fa54ce5005204a75100ca55a5789)) * change json back to top level array, modify tests ([749a814](https://github.com/defmethodinc/just-not-sorry/commit/749a8147eadbbac8c8a5678f547c8ac89a27576b)) * modify WarningsSpec to read json file, add top level object to json, add eslint-plugin-jest ([f699bd3](https://github.com/defmethodinc/just-not-sorry/commit/f699bd318ac2069909fa2a0503e0d67cbd61132d)) --- manifest.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 9cf6662..37e748c 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "name": "Just Not Sorry -- the Gmail Plug-in", "short_name": "JustNotSorry", "author": "Steve Brudz, Manish Kakwani, Tami Reiss, and Eric Tillberg of Def Method", - "version": "2.0.0.1", - "version_name": "2.0.0-beta.1", + "version": "2.0.0.2", + "version_name": "2.0.0-beta.2", "description": "A Gmail Plug-in that warns you when you write emails using words which undermine your message", "icons": { "16": "img/JustNotSorry-16.png", diff --git a/package.json b/package.json index 81a3405..859c94d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "just-not-sorry", "description": "Gmail Plug-in that warns you when you write emails using words which undermine your message", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "author": "Steve Brudz, Manish Kakwani, Tami Reiss, and Eric Tillberg of Def Method", "license": "MIT", "repository": "git@github.com:defmethodinc/just-not-sorry.git",