From f353a7817378c6a26948dcc69ef091f7424a942e Mon Sep 17 00:00:00 2001 From: Michael Naumov Date: Wed, 25 Dec 2024 17:54:26 -0600 Subject: [PATCH] 9.0.1 --- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95a8214..273133b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 9.0.1 + +- Update libs +- cspell + ## 9.0.0 - Support multiple interrupted renames diff --git a/package-lock.json b/package-lock.json index 167ee19..043be30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-dev-utils", - "version": "9.0.0", + "version": "9.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-dev-utils", - "version": "9.0.0", + "version": "9.0.1", "license": "MIT", "dependencies": { "@eslint/js": "^9.17.0", diff --git a/package.json b/package.json index 6a0e519..1c4e9b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dev-utils", - "version": "9.0.0", + "version": "9.0.1", "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",