Skip to content

Commit 5cec6c2

Browse files
chore(main): release 1.3.1
1 parent 9e003f9 commit 5cec6c2

4 files changed

Lines changed: 13 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-
".": "1.3.0"
2+
".": "1.3.1"
33
}
44

CHANGELOG.md

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

3+
## [1.3.1](https://github.com/runloopai/rl-cli/compare/v1.3.0...v1.3.1) (2026-01-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **blueprint:** showing blueprint failure reason in detail page ([#55](https://github.com/runloopai/rl-cli/issues/55)) ([0352649](https://github.com/runloopai/rl-cli/commit/0352649ade4bcf8298195286532fffca8962cb3a))
9+
* create screens now allow enter to trigger the create ([#57](https://github.com/runloopai/rl-cli/issues/57)) ([f2a872e](https://github.com/runloopai/rl-cli/commit/f2a872eee5fcac55d86bba262ee8246135ced9e9))
10+
* resovled red flash bug during navigation ([#58](https://github.com/runloopai/rl-cli/issues/58)) ([9e003f9](https://github.com/runloopai/rl-cli/commit/9e003f9f0b116307288fa933a12a31d4e29cd682))
11+
312
## [1.3.0](https://github.com/runloopai/rl-cli/compare/v1.2.0...v1.3.0) (2026-01-23)
413

514

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runloop/rl-cli",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Beautiful CLI for the Runloop platform",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)