1---2name: wesbos-json-alexander-json-alexander3description: Bump Version4---56# Bump Version78## Workflow9101. **Read current version** from `package.json`112. **Determine bump type** — ask the user if not specified:12 - `patch` (1.0.5 → 1.0.6)13 - `minor` (1.0.5 → 1.1.0)14 - `major` (1.0.5 → 2.0.0)153. **Update both files** with the new version:16 - `package.json` → `"version": "X.Y.Z"`17 - `manifest.json` → `"version": "X.Y.Z"`184. **Commit** the version change:19 ```20 git add package.json manifest.json21 git commit -m "bump version to X.Y.Z"22 ```235. **Tag** the commit:24 ```25 git tag vX.Y.Z26 ```276. Report the new version and remind the user to `git push --tags` when ready.2829## Rules3031- Always keep `package.json` and `manifest.json` versions in sync.32- Use the `v` prefix for git tags (e.g. `v1.1.0`).33- Do **not** push automatically — let the user decide when to push.3435---36> Source: [wesbos/JSON-Alexander](https://github.com/wesbos/JSON-Alexander) — distributed by [TomeVault](https://tomevault.io).37<!-- tomevault:4.0:skill_md:2026-06-20 -->
Run npx skillmds@latest add tomevault-io/wesbos-json-alexander-json-alexander in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Bump Version It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.