From fb197a590d50ed682417cb3331e52a34fbc17eca Mon Sep 17 00:00:00 2001 From: Mara Date: Tue, 2 Jul 2024 23:29:12 +0200 Subject: [PATCH] chore(release): 7.2.9 --- CHANGELOG.md | 10 ++-------- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f74d110..9cb28ea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [7.2.9](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.2.9-6...7.2.9) (2024-07-02) + ## [7.2.8](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.2.7...7.2.8) (2024-05-27) ### Bug Fixes @@ -410,7 +412,6 @@ ## [6.4.0](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.4.0-6...6.4.0) (2023-08-11) ### [6.3.2](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.3.1...6.3.2) (2023-07-18) - ### Bug Fixes * **conversion:regex:** enhance regex match condition ([7ddd210](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/7ddd2105a2d22011d16a5ef4f68388a5bab83585)), closes [#180](https://github.com/obsidianMkdocs/obsidian-github-publisher/issues/180) @@ -461,25 +462,18 @@ ### [6.1.16](https://github.com/Lisandra-dev/obsidian-github-publisher-ULTRA-DEV/compare/6.1.15...6.1.16) (2023-06-08) ### [6.1.15](https://github.com/Lisandra-dev/obsidian-github-publisher-ULTRA-DEV/compare/6.1.14...6.1.15) (2023-06-08) - ### [6.1.14](https://github.com/Lisandra-dev/obsidian-github-publisher-ULTRA-DEV/compare/6.1.13...6.1.14) (2023-06-08) ### [6.1.13](https://github.com/Lisandra-dev/obsidian-github-publisher-ULTRA-DEV/compare/6.1.12...6.1.13) (2023-06-08) - ### [6.1.12](https://github.com/Lisandra-dev/obsidian-github-publisher-ULTRA-DEV/compare/6.1.11...6.1.12) (2023-06-08) ### [6.1.11](https://github.com/Lisandra-dev/obsidian-github-publisher-ULTRA-DEV/compare/6.1.10...6.1.11) (2023-06-08) - ### [6.1.10](https://github.com/Lisandra-dev/obsidian-github-publisher-ULTRA-DEV/compare/6.1.9...6.1.10) (2023-06-08) ### [6.1.9](https://github.com/Lisandra-dev/obsidian-github-publisher-ULTRA-DEV/compare/6.1.8...6.1.9) (2023-06-08) - ### [6.1.8](https://github.com/Lisandra-dev/obsidian-github-publisher-ULTRA-DEV/compare/6.1.7...6.1.8) (2023-06-08) ### [6.1.7](https://github.com/Lisandra-dev/obsidian-github-publisher-ULTRA-DEV/compare/6.1.6...6.1.7) (2023-06-08) - ### [6.1.6](https://github.com/Lisandra-dev/obsidian-github-publisher-ULTRA-DEV/compare/6.1.5...6.1.6) (2023-06-08) ### [6.1.5](https://github.com/Lisandra-dev/obsidian-github-publisher-ULTRA-DEV/compare/6.1.4...6.1.5) (2023-06-08) - ### [6.1.4](https://github.com/Lisandra-dev/obsidian-github-publisher-ULTRA-DEV/compare/6.1.3...6.1.4) (2023-06-08) ### [6.1.3](https://github.com/Lisandra-dev/obsidian-github-publisher-ULTRA-DEV/compare/6.1.2...6.1.3) (2023-06-08) - ### [6.1.1](https://github.com/Lisandra-dev/obsidian-github-publisher-ULTRA-DEV/compare/6.1.0...6.1.1) (2023-06-08) ## [6.1.0](https://github.com/ObsidianPublisher/obsidian-github-publisher/compare/6.0.1...6.1.0) (2023-06-07) diff --git a/manifest-beta.json b/manifest-beta.json index 87d17833..ffeeaa47 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.2.9-6", + "version": "7.2.9", "minAppVersion": "0.15.4", "description": "Enveloppe helps you to publish your notes on a preconfigured GitHub repository, for free, and more!", "author": "Mara-Li", diff --git a/manifest.json b/manifest.json index 696b3370..ffeeaa47 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.2.8", + "version": "7.2.9", "minAppVersion": "0.15.4", "description": "Enveloppe helps you to publish your notes on a preconfigured GitHub repository, for free, and more!", "author": "Mara-Li", diff --git a/package.json b/package.json index 50089b2d..0d813fbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "7.2.9-6", + "version": "7.2.9", "description": "Github Publisher is a plugin that help you to send file in a configured Github Repository, based on a frontmatter entry state.", "main": "main.js", "scripts": {