Skip to content

Commit c65f974

Browse files
chore(release): 2.5.3 [skip ci]
## 2.5.3 (2023-03-01) ### Bug Fixes * adding extra guard to check reference is available ([e28c5a3](e28c5a3)) * check if email window is open before displaying warnings ([3913642](3913642)) ### Performance Improvements * calculate key on offset (fallback to index) in Warning component ([490b3f1](490b3f1)) * remove conditional check in JustNotSorry and run one loop in Observer ([a8df240](a8df240)) * use traditional for loop to build WarningHighlights ([0856bd4](0856bd4))
1 parent f2f5833 commit c65f974

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"name": "Just Not Sorry -- the Chrome extension",
44
"short_name": "JustNotSorry",
55
"author": "Steve Brudz, Manish Kakwani, Tami Reiss, and Eric Tillberg of Def Method",
6-
"version": "2.5.2",
7-
"version_name": "2.5.2",
6+
"version": "2.5.3",
7+
"version_name": "2.5.3",
88
"description": "A Chrome extension that warns you when you write emails using words which undermine your message",
99
"icons": {
1010
"16": "img/JustNotSorry-16.png",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "just-not-sorry",
33
"description": "Chrome extension that warns you when you write emails using words which undermine your message",
4-
"version": "2.5.2",
4+
"version": "2.5.3",
55
"author": "Steve Brudz, Manish Kakwani, Tami Reiss, and Eric Tillberg of Def Method",
66
"license": "MIT",
77
"repository": "[email protected]:defmethodinc/just-not-sorry.git",

0 commit comments

Comments
 (0)