diff --git a/CHANGELOG.md b/CHANGELOG.md index dec4ba6..adf3e04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 1.0.2 + +- Fix eslint/cspell commands +- Make release files same as npm +- Exclude dist.zip from npm + ## 1.0.1 - Add PluginBase diff --git a/package.json b/package.json index 2d56a05..aab5379 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dev-utils", - "version": "1.0.1", + "version": "1.0.2", "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",