Skip to content

Commit a754589

Browse files
chore(release): 2.4.0-beta.1 [skip ci]
# 2.4.0-beta.1 (2022-08-23) ### Features * **privacy:** remove google analytics tracking ([032b710](032b710)) * upgrade extension to use manifest v3 and reduce needed permissions ([18ee6d9](18ee6d9)), closes [#159](#159)
1 parent 03d9fec commit a754589

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.3.1.1",
7-
"version_name": "2.3.1-beta.1",
6+
"version": "2.4.0.1",
7+
"version_name": "2.4.0-beta.1",
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.3.1-beta.1",
4+
"version": "2.4.0-beta.1",
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)