Skip to content

Commit a6342d0

Browse files
authored
chore(main): release @lagoss/cli 0.12.2 (#234)
1 parent 74d6996 commit a6342d0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packages/dashboard": "0.7.2",
33
"crates/serverless": "0.5.0",
4-
"crates/cli": "0.12.1"
4+
"crates/cli": "0.12.2"
55
}

crates/cli/CHANGELOG.md

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

3+
## [0.12.2](https://github.com/lagossapp/lagoss/compare/@lagoss/cli@0.12.1...@lagoss/cli@0.12.2) (2025-10-30)
4+
5+
6+
### Bug Fixes
7+
8+
* add it-token for cli ([#233](https://github.com/lagossapp/lagoss/issues/233)) ([74d6996](https://github.com/lagossapp/lagoss/commit/74d699631388eb7881b505fecd9a58c1caed872a))
9+
310
## [0.12.1](https://github.com/lagossapp/lagoss/compare/@lagoss/cli@0.12.0...@lagoss/cli@0.12.1) (2025-10-30)
411

512

crates/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lagoss/cli",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"description": "CLI for Lagoss",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)