Skip to content

Commit

Permalink
Merge pull request #42 from philoserf/prepare-v1.0.1
Browse files Browse the repository at this point in the history
Prepare for version 1.0.1
  • Loading branch information
philoserf authored Feb 14, 2025
2 parents e278321 + d2979bb commit 13020fe
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 29 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,19 @@ change log manually.

## Changelog

### v1.0.1

- Fix plugin id

### v1.0.0

- placeholder
- Moved to new maintainer
- Fix file create bug
- Improve file create error message
- Add date customization
- Rewrite code to Obsidian community guidance
- Update README with new installation instructions and plugin usage
- Add LICENSE file

### v0.1.0

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.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"scripts": {
"build": "tsc -noEmit && node esbuild.config.mjs production",
"dev": "node esbuild.config.mjs",
"version": "node version-bump.mjs",
"format": "prettier --write --list --ignore-unknown . && markdownlint --ignore node_modules --disable MD013 MD041 --fix ."
},
"devDependencies": {
Expand Down
26 changes: 0 additions & 26 deletions version-bump.mjs

This file was deleted.

1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.0.1": "1.0.0",
"1.0.0": "1.0.0",
"0.1.0": "0.9.7"
}

0 comments on commit 13020fe

Please sign in to comment.