From 04cc22b04266ea45519b9dd765ace47f3d7d22ba Mon Sep 17 00:00:00 2001 From: Mara Date: Fri, 27 Oct 2023 19:08:06 +0200 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 14 ++++++++++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff9c7dd..4db45ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [0.2.0](https://github.com/Lisandra-dev/copy-reading-in-markdown/compare/0.1.4...0.2.0) (2023-10-27) + + +### ⚠ BREAKING CHANGES + +* change the id of the plugin + +* change the id of the plugin ([8361509](https://github.com/Lisandra-dev/copy-reading-in-markdown/commit/836150964520761e7bebf52f027c96d1f834e6ac)) + + +### Features + +* allow to override the default copy function, so natif "copy" copy (using the menu) ([42052b9](https://github.com/Lisandra-dev/copy-reading-in-markdown/commit/42052b93762cea69ca2cb3e79ba3c2b30c0e8cce)) + ## [0.1.4](https://github.com/Lisandra-dev/copy-reading-in-markdown/compare/0.1.3...0.1.4) (2023-10-04) diff --git a/manifest.json b/manifest.json index 7ff95d1..3ab98cd 100644 --- a/manifest.json +++ b/manifest.json @@ -7,5 +7,5 @@ "isDesktopOnly": false, "minAppVersion": "0.16.0", "name": "Enhanced Copy", - "version": "0.1.4" + "version": "0.2.0" } diff --git a/package.json b/package.json index 223f276..f86bc43 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,6 @@ "prerelease": "npm run bump", "release": "npm run export" }, - "version": "0.1.4", + "version": "0.2.0", "pnpm": true }