Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
# 2.0.0-beta.2 (2020-08-05)

### Bug Fixes

* fix for issue where tooltip text becomes matched and highlighted ([8a80a49](8a80a49))
* fix for warning highlight inconsistency ([6e03493](6e03493))
* fix inconsistent highlighting of warnings ([4fcf90d](4fcf90d))
* fix inconsistent highlighting when composing new email ([a34c18c](a34c18c))
* improvement on tooltip highlight fix ([20c5173](20c5173))
* **tooltip:** positioning fix for tooltip ([6c70242](6c70242))
* fix positioning of highlights when nodes spaces are added before flagged phrases ([a579472](a579472))
* **webpack:** display sourcemaps in dev and limit bundle size warnings to prod only ([2b8f6c5](2b8f6c5))

### Features

* **eslint:** update eslint to work with React/preact-compat ([45f7cc0](45f7cc0))
* change json back to top level array, modify tests ([749a814](749a814))
* modify WarningsSpec to read json file, add top level object to json, add eslint-plugin-jest ([f699bd3](f699bd3))
  • Loading branch information
semantic-release-bot committed Aug 5, 2020
1 parent b1336f8 commit 8978f76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:defmethodinc/just-not-sorry.git",
Expand Down

0 comments on commit 8978f76

Please sign in to comment.