diff --git a/CHANGELOG.md b/CHANGELOG.md index 459ff50..649a4bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.4.0 + +- Switch to lint:fix + ## 1.3.2 - Stop build if exports changed diff --git a/package.json b/package.json index 821b9f0..ab1006a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dev-utils", - "version": "1.3.2", + "version": "1.4.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",