Skip to content

Commit

Permalink
release v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6b committed May 9, 2020
1 parent ff0ee36 commit 88247eb
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.17.1](https://addons.mozilla.org/en-US/firefox/addon/copy-selection-as-markdown/versions/0.17.1) - 2020-05-09

- Update settings text from Append to Prepend (#59) thanks to @clach04

## [0.17.0](https://addons.mozilla.org/en-US/firefox/addon/copy-selection-as-markdown/versions/0.17.0) - 2020-02-06

- Add option to replace `<>` with HTML entities (#53)
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.17.0",
"version": "0.17.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.17.0",
"version": "0.17.1",
"description": "Copy title, URL, and selection as Markdown",
"icons": {
"48": "icons/extension.svg",
Expand Down

0 comments on commit 88247eb

Please sign in to comment.