diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index 4f58342..3786997 100644 --- a/CHANGELOG-beta.md +++ b/CHANGELOG-beta.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.12-1](https://github.com/Mara-Li/obsidian-enhanced-copy/compare/0.2.12-0...0.2.12-1) (2024-07-16) + + +### Bug Fixes + +* better style in regex modal ([ce20e5f](https://github.com/Mara-Li/obsidian-enhanced-copy/commit/ce20e5f8a045bdce8902e232a4729842a2fbf48a)) + ## [0.2.12-0](https://github.com/Lisandra-dev/copy-reading-in-markdown/compare/0.2.11...0.2.12-0) (2024-07-16) diff --git a/manifest-beta.json b/manifest-beta.json index feb9da2..a894968 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -7,5 +7,5 @@ "isDesktopOnly": false, "minAppVersion": "0.16.0", "name": "Enhanced Copy", - "version": "0.2.12-0" + "version": "0.2.12-1" } diff --git a/package.json b/package.json index 5a73c09..c397d39 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ "predeploy": "pnpm run bump", "deploy": "pnpm run export" }, - "version": "0.2.12-0", + "version": "0.2.12-1", "pnpm": true }