Skip to content

Commit

Permalink
release v0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6b committed May 29, 2020
1 parent ad326e9 commit 0b69864
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.18.1](https://addons.mozilla.org/en-US/firefox/addon/copy-selection-as-markdown/versions/0.18.1) - 2020-05-29

- Fix wrong number of fence characters (#62). Thanks @t-e-r-m for the report!

## [0.18.0](https://addons.mozilla.org/en-US/firefox/addon/copy-selection-as-markdown/versions/0.18.0) - 2020-05-10

- Copy rich text versionof selection to the clipboard (#60)
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": "copy-selection-as-markdown",
"version": "0.18.0",
"version": "0.18.1",
"scripts": {
"web-ext": "web-ext",
"watch:webextension": "unset WEB_EXT_FIREFOX WEB_EXT_API_KEY WEB_EXT_API_SECRET && web-ext --browser-console --config=web-ext-config.js run",
Expand Down
2 changes: 1 addition & 1 deletion src/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.18.0",
"version": "0.18.1",
"description": "Copy title, URL, and selection as Markdown",
"icons": {
"48": "icons/extension.svg",
Expand Down

0 comments on commit 0b69864

Please sign in to comment.