diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f69b43..455fc7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## 1.6.0 + +- Serialize JSON with functions +- Add more String functions +- Rename invokeEsbuild +- Switch to path-browserify +- Improve tsdoc + ## 1.5.1 - Auto commit package-lock.json diff --git a/package-lock.json b/package-lock.json index 39bab7b..ba750f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "obsidian-dev-utils", - "version": "1.5.1", + "version": "1.6.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 68c4ff7..71e42b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dev-utils", - "version": "1.5.1", + "version": "1.6.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",