Skip to content

Commit

Permalink
Add documentation for multiple capture clauses (#182)
Browse files Browse the repository at this point in the history
* Add tests and documentation for #160

* Bump version to 3.6.0
  • Loading branch information
gyng committed Mar 19, 2022
1 parent 0da8ace commit 9123053
Show file tree
Hide file tree
Showing 6 changed files with 248 additions and 200 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.6.0

* Add support for multiple `capture` clauses (#160, @MaddyKakkoHeart)

# 3.5.3

* Add "fetch via Fetch API" option for some incompatible sites (eg, Instagram) (#166)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "3.5.3",
"version": "3.6.0",
"default_locale": "en",

"applications": {
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": "save-in",
"version": "3.5.3",
"version": "3.6.0",
"license": "MIT",
"scripts": {
"build": "env -u WEB_EXT_API_KEY -u WEB_EXT_API_SECRET web-ext build --overwrite-dest -i test docs yarn.lock yarn-error.log",
Expand Down
Loading

0 comments on commit 9123053

Please sign in to comment.