diff --git a/CHANGELOG.md b/CHANGELOG.md index b3f28a8..ae3324d 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.3](https://github.com/Lisandra-dev/copy-reading-in-markdown/compare/0.2.2...0.2.3) (2023-12-10) + + +### Bug Fixes + +* disable the enhanced copy on any modal open (settings) ([80389cf](https://github.com/Lisandra-dev/copy-reading-in-markdown/commit/80389cf781e3bb013f15fa69dc3ac454c0dfbbfc)) + ## [0.2.2](https://github.com/Lisandra-dev/copy-reading-in-markdown/compare/0.2.1...0.2.2) (2023-12-04) ## [0.2.1](https://github.com/Lisandra-dev/copy-reading-in-markdown/compare/0.2.0...0.2.1) (2023-10-29) diff --git a/manifest.json b/manifest.json index 7cc414b..ed016fe 100644 --- a/manifest.json +++ b/manifest.json @@ -7,5 +7,5 @@ "isDesktopOnly": false, "minAppVersion": "0.16.0", "name": "Enhanced Copy", - "version": "0.2.2" + "version": "0.2.3" } diff --git a/package.json b/package.json index 2f77cac..b69fc19 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,6 @@ "prerelease": "npm run bump", "release": "npm run export" }, - "version": "0.2.2", + "version": "0.2.3", "pnpm": true }