diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index fa624e4..93821e2 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.13-2](https://github.com/Lisandra-dev/copy-reading-in-markdown/compare/0.2.13-1...0.2.13-2) (2024-08-07) + + +### Bug Fixes + +* **metabind:** another fix for metabind cursed html ([d683e18](https://github.com/Lisandra-dev/copy-reading-in-markdown/commit/d683e18ac3e6b9d452a665baebbc0bfd1a1f82f7)) + ## [0.2.13-1](https://github.com/Lisandra-dev/copy-reading-in-markdown/compare/0.2.13-0...0.2.13-1) (2024-08-07) diff --git a/manifest-beta.json b/manifest-beta.json index 7e40e9f..721e496 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.13-1" + "version": "0.2.13-2" } diff --git a/package.json b/package.json index 01c5418..b2d9dd6 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,6 @@ "predeploy": "pnpm run bump", "deploy": "pnpm run export" }, - "version": "0.2.13-1", + "version": "0.2.13-2", "pnpm": true }