diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index 86f18567..4951310c 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. +## [7.1.0-2](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.1.0-1...7.1.0-2) (2024-05-04) + + +### Bug Fixes + +* **imagePath:** regex on title was applied on path ([8d5a441](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/8d5a441baa4a27bce9fca2b8dddacdc10f244f89)), closes [#338](https://github.com/obsidianMkdocs/obsidian-github-publisher/issues/338) + ## [7.1.0-1](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.1.0-0...7.1.0-1) (2024-05-03) ## [7.1.0-0](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.0.6...7.1.0-0) (2024-05-03) diff --git a/manifest-beta.json b/manifest-beta.json index afae04c6..3f0afb08 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "7.1.0-1", + "version": "7.1.0-2", "minAppVersion": "0.15.4", "description": "Github Publisher helps you to publish your notes on a preconfigured GitHub repository, for free, and more!", "author": "Mara-Li", diff --git a/package-lock.json b/package-lock.json index a18f438c..6c9c741f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-github-publisher", - "version": "7.1.0-1", + "version": "7.1.0-2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-github-publisher", - "version": "7.1.0-1", + "version": "7.1.0-2", "license": "AGPL-3.0", "dependencies": { "@excalidraw/utils": "^0.1.2", diff --git a/package.json b/package.json index 397f7cb7..49270d08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "7.1.0-1", + "version": "7.1.0-2", "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": {