Skip to content

Commit

Permalink
release v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6b committed Jun 26, 2021
1 parent e84a288 commit 6b8b713
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.21.0 - 2021-06-27

### Added

- Support regular expression in title substitution (#80). Thanks @viktomas for this great enhancement!

## 0.20.4 - 2020-10-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2"
},
"version": "0.20.4"
"version": "0.21.0"
}
2 changes: 1 addition & 1 deletion packages/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Copy Selection as Markdown",
"version": "0.20.4",
"version": "0.21.0",
"description": "Copy title, URL, and selection as Markdown",
"icons": {
"48": "icons/extension.svg",
Expand Down
2 changes: 1 addition & 1 deletion packages/firefox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "copy-selection-as-markdown-firefox",
"version": "0.20.4",
"version": "0.21.0",
"description": "copy-selection-as-markdown Firefox addon",
"author": "0x6b",
"license": "MIT",
Expand Down

0 comments on commit 6b8b713

Please sign in to comment.