Browse Source

prep for release

main 2.4.2
meld-cp 6 months ago
parent
commit
c479de432a
  1. 3
      CHANGELOG.md
  2. 2
      manifest.json
  3. 4
      package.json
  4. 3
      versions.json

3
CHANGELOG.md

@ -8,6 +8,9 @@ Thank you for your support 😊 @@ -8,6 +8,9 @@ Thank you for your support 😊
Report any bugs or feature requests [here](https://github.com/meld-cp/obsidian-encrypt/issues).
## v2.5.2
- Fixed Vvew moves offscreen when editing whole notes on android, [#205](https://github.com/meld-cp/obsidian-encrypt/issues/205)
## v2.4.1
- Fix tab order, [#173](https://github.com/meld-cp/obsidian-encrypt/issues?q=is%3Aissue%20173)
- Fix switching view modes may lose content (feat-whole-note), [#187](https://github.com/meld-cp/obsidian-encrypt/issues/187)

2
manifest.json

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
{
"id": "meld-encrypt",
"name": "Meld Encrypt",
"version": "2.4.1",
"version": "2.4.2",
"minAppVersion": "1.0.3",
"description": "Hide secrets in your vault",
"author": "meld-cp",

4
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "2.4.1",
"name": "meld-encrypt",
"version": "2.4.2",
"description": "Hide secrets in your vault",
"main": "main.js",
"scripts": {

3
versions.json

@ -37,5 +37,6 @@ @@ -37,5 +37,6 @@
"2.3.6": "1.0.3",
"2.3.7": "1.0.3",
"2.4.0": "1.0.3",
"2.4.1": "1.0.3"
"2.4.1": "1.0.3",
"2.4.2": "1.0.3"
}
Loading…
Cancel
Save