Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions bun.lock

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

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "agentfiles",
"name": "Agentfiles",
"version": "0.9.0",
"version": "0.9.1",
"minAppVersion": "1.7.2",
"description": "Discover, organize, and edit AI agent skills, commands, and agents across Claude Code, Cursor, Codex, Windsurf, and more.",
"author": "Railly Hugo",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "agentfiles",
"version": "0.9.0",
"version": "0.9.1",
"description": "AI Skills Manager for Obsidian",
"main": "main.js",
"scripts": {
"audit": "bun audit",
"dev": "node esbuild.config.mjs",
"build": "node esbuild.config.mjs production",
"check": "bun run lint && bun test && bun run build",
"check": "bun run audit && bun run lint && bun test && bun run build",
"lint": "eslint src/",
"release:tag": "bun run scripts/prepare-release-tag.ts",
"test": "bun test"
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"0.7.5": "1.7.2",
"0.8.0": "1.7.2",
"0.8.1": "1.7.2",
"0.9.0": "1.7.2"
"0.9.0": "1.7.2",
"0.9.1": "1.7.2"
}
Loading