Skip to content

Commit

Permalink
Release v0.21.0 (#33)
Browse files Browse the repository at this point in the history
* add check for recursive unescape

* Release v0.21.0

* remove escape functions
  • Loading branch information
seethroughdev authored Jun 5, 2024
1 parent 3cc34bf commit 423b773
Show file tree
Hide file tree
Showing 7 changed files with 639 additions and 683 deletions.
6 changes: 5 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{}
{
"tabWidth": 2,
"useTabs": false,
"printWidth": 80
}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "recipe-grabber",
"name": "Recipe Grabber",
"version": "0.20.0",
"version": "0.21.0",
"minAppVersion": "0.15.0",
"description": "Quickly grab the important contents of any online recipe.",
"author": "seethroughdev",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recipe-grabber",
"version": "0.20.0",
"version": "0.21.0",
"description": "Quickly grab the important contents of any online recipe.",
"main": "main.js",
"repository": {
Expand Down
Loading

0 comments on commit 423b773

Please sign in to comment.