Skip to content

Commit

Permalink
chore(release): 2.5.3 [skip ci]
Browse files Browse the repository at this point in the history
## 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))
  • Loading branch information
semantic-release-bot committed Mar 1, 2023
1 parent f2f5833 commit c65f974
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 Chrome extension",
"short_name": "JustNotSorry",
"author": "Steve Brudz, Manish Kakwani, Tami Reiss, and Eric Tillberg of Def Method",
"version": "2.5.2",
"version_name": "2.5.2",
"version": "2.5.3",
"version_name": "2.5.3",
"description": "A Chrome extension 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": "Chrome extension that warns you when you write emails using words which undermine your message",
"version": "2.5.2",
"version": "2.5.3",
"author": "Steve Brudz, Manish Kakwani, Tami Reiss, and Eric Tillberg of Def Method",
"license": "MIT",
"repository": "git@github.com:defmethodinc/just-not-sorry.git",
Expand Down

0 comments on commit c65f974

Please sign in to comment.