diff --git a/CHANGELOG.md b/CHANGELOG.md index dd79ef0..cf80e5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 2.20.0 + +- Pass plugin instead of tab + ## 2.19.0 - Refactor UIComponent diff --git a/package-lock.json b/package-lock.json index f2a8cf6..d24c20d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-dev-utils", - "version": "2.19.0", + "version": "2.20.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-dev-utils", - "version": "2.19.0", + "version": "2.20.0", "license": "MIT", "dependencies": { "@stylistic/eslint-plugin": "^2.6.2", diff --git a/package.json b/package.json index 4fb1177..e42dd17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dev-utils", - "version": "2.19.0", + "version": "2.20.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",