diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index 19a43b5..235eb96 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-4](https://github.com/Lisandra-dev/copy-reading-in-markdown/compare/0.2.12-3...0.2.12-4) (2024-07-30) + + +### Features + +* better option for DJS convertion (allow to choose which one to export, like inlineDQL, inlineDJS...) ([e3b4ab5](https://github.com/Lisandra-dev/copy-reading-in-markdown/commit/e3b4ab5aa6cca09382a727a0f4edd57ee2260e6f)) + ## [0.2.12-3](https://github.com/Lisandra-dev/copy-reading-in-markdown/compare/0.2.12-2...0.2.12-3) (2024-07-28) diff --git a/manifest-beta.json b/manifest-beta.json index 172e231..6df7160 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-3" + "version": "0.2.12-4" } diff --git a/package.json b/package.json index b063f2e..8d29586 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,6 @@ "predeploy": "pnpm run bump", "deploy": "pnpm run export" }, - "version": "0.2.12-3", + "version": "0.2.12-4", "pnpm": true }