From b606516b72bde7f97b197e0abef358a772dee0f5 Mon Sep 17 00:00:00 2001 From: Michael Naumov Date: Mon, 19 Aug 2024 19:57:02 -0600 Subject: [PATCH] 1.6.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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",