Skip to content

Commit 423b773

Browse files
Release v0.21.0 (#33)
* add check for recursive unescape * Release v0.21.0 * remove escape functions
1 parent 3cc34bf commit 423b773

File tree

7 files changed

+639
-683
lines changed

7 files changed

+639
-683
lines changed

.prettierrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
{}
1+
{
2+
"tabWidth": 2,
3+
"useTabs": false,
4+
"printWidth": 80
5+
}

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "recipe-grabber",
33
"name": "Recipe Grabber",
4-
"version": "0.20.0",
4+
"version": "0.21.0",
55
"minAppVersion": "0.15.0",
66
"description": "Quickly grab the important contents of any online recipe.",
77
"author": "seethroughdev",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "recipe-grabber",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "Quickly grab the important contents of any online recipe.",
55
"main": "main.js",
66
"repository": {

0 commit comments

Comments
 (0)