Skip to content

Commit 7de349a

Browse files
chore(release): bump version to v0.1.6
1 parent 9d79f57 commit 7de349a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "upkeep",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"type": "module",
55
"description": "A JS/TS repository maintenance toolkit built with Bun",
66
"main": "./src/cli/index.ts",

skills/upkeep-audit/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: upkeep-audit
3-
version: 0.1.5
3+
version: 0.1.6
44
description: Security audit with fix recommendations for JS/TS projects
55
allowed-tools: Bash, Read, Grep, Glob, Edit
66
---

skills/upkeep-deps/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: upkeep-deps
3-
version: 0.1.5
3+
version: 0.1.6
44
description: Upgrade JS/TS dependencies with risk assessment and Dependabot PR integration
55
allowed-tools: Bash, Read, Grep, Glob, Edit
66
---

skills/upkeep-quality/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: upkeep-quality
3-
version: 0.1.5
3+
version: 0.1.6
44
description: Generate and improve code quality scores for JS/TS projects
55
allowed-tools: Bash, Read, Grep, Glob, Edit
66
---

src/cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Examples:
3737
upkeep risk next --from 14.0.0 --to 15.0.0
3838
`;
3939

40-
const VERSION = "0.1.5";
40+
const VERSION = "0.1.6";
4141

4242
type CommandHandler = (args: string[]) => Promise<void>;
4343

0 commit comments

Comments
 (0)