From d39abfa2cfebb2a1a8be582c0ee5ccf681c41043 Mon Sep 17 00:00:00 2001 From: Mara Date: Sat, 8 Jun 2024 14:49:05 +0200 Subject: [PATCH] chore(release): 0.2.10 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77c6d80..b62e5f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.10](https://github.com/Lisandra-dev/copy-reading-in-markdown/compare/0.2.9...0.2.10) (2024-06-08) + + +### Features + +* add a command to use the native copy of Obsidian ([58980c4](https://github.com/Lisandra-dev/copy-reading-in-markdown/commit/58980c4a3eaad94b7c7fca3c7d3252e588864c4d)) + ## [0.2.9](https://github.com/Lisandra-dev/copy-reading-in-markdown/compare/0.2.8...0.2.9) (2024-06-07) diff --git a/manifest.json b/manifest.json index 34564a2..7f3758f 100644 --- a/manifest.json +++ b/manifest.json @@ -7,5 +7,5 @@ "isDesktopOnly": false, "minAppVersion": "0.16.0", "name": "Enhanced Copy", - "version": "0.2.9" + "version": "0.2.10" } diff --git a/package.json b/package.json index b65f962..1fa27a1 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ "predeploy": "pnpm run bump", "deploy": "pnpm run export" }, - "version": "0.2.9", + "version": "0.2.10", "pnpm": true }