Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaoumov committed Aug 17, 2024
1 parent afd3102 commit 8d46ace
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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.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",
Expand Down

0 comments on commit 8d46ace

Please sign in to comment.