diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a399737..0eecfee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.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.0.0](https://github.com/ObsidianPublisher/obsidian-github-publisher/compare/6.16.0-3...7.0.0) (2024-02-26) + + +### Bug Fixes + +* error in value count in notification ([0ef8d29](https://github.com/ObsidianPublisher/obsidian-github-publisher/commit/0ef8d292ff3b3988c64d3800b8bcf14b5178ee6f)) + ## [6.15.7](https://github.com/ObsidianPublisher/obsidian-github-publisher/compare/6.15.6...6.15.7) (2024-02-21) diff --git a/manifest-beta.json b/manifest-beta.json index c6040209..06e4c0cb 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.16.0-3", + "version": "7.0.0", "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/manifest.json b/manifest.json index 725fbddf..18ac32e7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.15.7", + "version": "7.0.0", "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 8cef25ca..8f7d5176 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-github-publisher", - "version": "6.16.0-3", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-github-publisher", - "version": "6.16.0-3", + "version": "7.0.0", "license": "AGPL-3.0", "dependencies": { "@excalidraw/utils": "^0.1.2", diff --git a/package.json b/package.json index c17ac54e..b0a4abe3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "6.16.0-3", + "version": "7.0.0", "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": {