diff --git a/CHANGELOG.md b/CHANGELOG.md index e806432..4acb373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 3.11.8 + +- Switch to cspell binary as the library is not cjs + ## 3.11.7 - Reimplement pkg-dir as it is not cjs module diff --git a/package-lock.json b/package-lock.json index 447d95e..75abcac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-dev-utils", - "version": "3.11.7", + "version": "3.11.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-dev-utils", - "version": "3.11.7", + "version": "3.11.8", "license": "MIT", "dependencies": { "@eslint/js": "^9.9.1", diff --git a/package.json b/package.json index 4f886bf..477f2cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dev-utils", - "version": "3.11.7", + "version": "3.11.8", "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",