Skip to content

Commit

Permalink
release: v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6b committed Mar 16, 2024
1 parent a1871bb commit 5788105
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## Planned (but not scheduled yet)

- Manifest V3 migration

## 0.22.0 - 2024-03-17

### Changed

- Update dependencies (#127)

Due to major version bump of (6.0.0 to 7.1.3) the [Turndown](https://github.com/mixmark-io/turndown/) which this extension heavily relies on, the behavior might've been changed. It might be impossible for me to reserve backward compatibility, but I will try to fix the issue as much as possible, if any.

## 0.21.0 - 2021-06-27

### Added
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
},
"version": "0.21.0",
"version": "0.22.0",
"engines": {
"node": "20.x"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/chromium/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.21.0",
"version": "0.22.0",
"description": "Copy title, URL, and selection as Markdown",
"icons": {
"16": "icons/icon16.png",
Expand Down
2 changes: 1 addition & 1 deletion packages/chromium/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "copy-selection-as-markdown-chromium",
"version": "0.21.0",
"version": "0.22.0",
"description": "copy-selection-as-markdown Chrome extension",
"author": "0x6b",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "copy-selection-as-markdown-core",
"version": "0.21.0",
"version": "0.22.0",
"description": "copy-selection-as-markdown core",
"author": "0x6b",
"license": "MIT",
Expand Down
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.21.0",
"version": "0.22.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.21.0",
"version": "0.22.0",
"description": "copy-selection-as-markdown Firefox addon",
"author": "0x6b",
"license": "MIT",
Expand Down

0 comments on commit 5788105

Please sign in to comment.