Skip to content

Commit 6e57df9

Browse files
author
github-actions[bot]
committed
Release v0.39.0 [skip ci]
1 parent d0b5519 commit 6e57df9

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 0.39.0 (2026-04-23)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* **release:** footer or `!:` marker.
8+
9+
Background: a stray "BREAKING CHANGE:" line in any commit body would
10+
trip `conventional-recommended-bump` into recommending a major release,
11+
which in this CLI's current 0.38.x state would instantly ship 1.0.0
12+
without any intended stability declaration. Matching the fix applied
13+
14+
### Miscellaneous Chores
15+
16+
* **release:** cap auto-bumps at minor to avoid accidental majors ([#295](https://github.com/genlayerlabs/genlayer-cli/issues/295)) ([d0b5519](https://github.com/genlayerlabs/genlayer-cli/commit/d0b551931499c7c666ad27dfd6be21f9cd5f8db1)), closes [#159](https://github.com/genlayerlabs/genlayer-cli/issues/159)
17+
318
## 0.38.16 (2026-04-22)
419

520
### Bug Fixes

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": "genlayer",
3-
"version": "0.38.16",
3+
"version": "0.39.0",
44
"description": "GenLayer Command Line Tool",
55
"main": "src/index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)