Skip to content

Commit 7ebaef7

Browse files
chore: release main (#139)
1 parent 94ae5c3 commit 7ebaef7

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/limps": "3.3.0",
2+
"packages/limps": "3.3.1",
33
"packages/limps-headless": "0.1.6"
44
}

packages/limps/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.3.1](https://github.com/paulbreuler/limps/compare/limps-v3.3.0...limps-v3.3.1) (2026-02-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **limps:** finalize grouped CLI migration and completion UX ([#138](https://github.com/paulbreuler/limps/issues/138)) ([94ae5c3](https://github.com/paulbreuler/limps/commit/94ae5c33bf7de2cb5038e73c332c67ab741807bc))
9+
310
## [3.3.0](https://github.com/paulbreuler/limps/compare/limps-v3.2.0...limps-v3.3.0) (2026-02-11)
411

512

packages/limps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sudosandwich/limps",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "Local Intelligent MCP Planning Server - AI agent plan management",
55
"mcpName": "io.github.paulbreuler/limps",
66
"type": "module",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"url": "https://github.com/paulbreuler/limps",
77
"source": "github"
88
},
9-
"version": "3.3.0",
9+
"version": "3.3.1",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "@sudosandwich/limps",
14-
"version": "3.3.0",
14+
"version": "3.3.1",
1515
"transport": {
1616
"type": "stdio"
1717
}

0 commit comments

Comments
 (0)