Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaoumov committed Aug 20, 2024
1 parent 9e585b0 commit b606516
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b606516

Please sign in to comment.