From d832a9973165ceebca37e5d117d07a8a32fc347b Mon Sep 17 00:00:00 2001 From: dragonish Date: Sun, 24 Aug 2025 20:38:51 +0800 Subject: [PATCH] chore(release): 2.3.0 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index f3c57ae..1927a41 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "heading-decorator", "name": "Heading Decorator", - "version": "2.2.0", + "version": "2.3.0", "minAppVersion": "0.15.0", "description": "Implement displaying specific content around headings based on their levels.", "author": "dragonish", diff --git a/package.json b/package.json index 6847876..6e5e6c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-heading-decorator", - "version": "2.2.0", + "version": "2.3.0", "description": "Heading Decorator", "main": "main.js", "scripts": {