Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit e170eb6

Browse files
staticoclaude
andcommitted
Bump version to 1.2.0
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2c8f93e commit e170eb6

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CLAUDE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Meshtastic CLI Viewer
22

3+
## Releasing
4+
Update version in package.json before tagging: `npm version <major|minor|patch> --no-git-tag-version`
5+
36
## Code Style
47
- Keep code brief and concise
58
- Minimize comments - code should be self-explanatory

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@meshtastic/cli-viewer",
3-
"version": "0.0.1",
3+
"version": "1.2.0",
44
"type": "module",
55
"scripts": {
66
"dev": "bun run src/index.ts",

0 commit comments

Comments
 (0)