diff --git a/CHANGELOG.md b/CHANGELOG.md index dd20c0b..0f0b270 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 4.13.0 + +- Fix logging + ## 4.12.0 - Don't allow default exports diff --git a/package-lock.json b/package-lock.json index 0ec3cd3..47ca7bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-dev-utils", - "version": "4.12.0", + "version": "4.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-dev-utils", - "version": "4.12.0", + "version": "4.13.0", "license": "MIT", "dependencies": { "@eslint/js": "^9.15.0", diff --git a/package.json b/package.json index e454093..4004773 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dev-utils", - "version": "4.12.0", + "version": "4.13.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",