From 759b98ae6e6f3898e4517d1a27f426305296e164 Mon Sep 17 00:00:00 2001 From: Michael Naumov Date: Mon, 13 Jan 2025 00:44:54 -0600 Subject: [PATCH] 13.3.0 --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11d9eec..12bac91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 13.3.0 + +- Support multi-line log commits + ## 13.2.1 - Special handle when replacer is the string. Didn't work correctly for string with $1 $2 etc diff --git a/package-lock.json b/package-lock.json index a707ae4..7d19b1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-dev-utils", - "version": "13.2.1", + "version": "13.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-dev-utils", - "version": "13.2.1", + "version": "13.3.0", "license": "MIT", "dependencies": { "@eslint/js": "^9.18.0", diff --git a/package.json b/package.json index c203a38..f48b99f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dev-utils", - "version": "13.2.1", + "version": "13.3.0", "description": "This is the collection of useful functions that you can use for your Obsidian plugin development", "main": "./dist/lib/index.cjs", "types": "./dist/lib/index.d.ts",