Skip to content

Commit

Permalink
chore(main): release cli 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot committed Jan 17, 2025
1 parent 33720de commit 31aad04
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/cli/package": "0.24.0"
"packages/cli/package": "0.24.1"
}
14 changes: 14 additions & 0 deletions packages/cli/package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.24.1](https://github.com/fluencelabs/cli/compare/cli-v0.24.0...cli-v0.24.1) (2025-01-17)


### Features

* suggest to deploy manifests when ip changed ([#1092](https://github.com/fluencelabs/cli/issues/1092)) ([efbe845](https://github.com/fluencelabs/cli/commit/efbe845c861d966cf33b1178b3d69db8d9f2c47f))
* support data centers ([#1091](https://github.com/fluencelabs/cli/issues/1091)) ([651f830](https://github.com/fluencelabs/cli/commit/651f8309780649782a1446d66ad3a5076c84b95d))
* write manifest files on gen command only, rename end to stop ([#1089](https://github.com/fluencelabs/cli/issues/1089)) ([26dd8b7](https://github.com/fluencelabs/cli/commit/26dd8b7e1136d7e39d78016a265211551b884f72))


### Bug Fixes

* remove deprecation warning, fix ip supply ([#1095](https://github.com/fluencelabs/cli/issues/1095)) ([33720de](https://github.com/fluencelabs/cli/commit/33720de100dd92c0a79c5391c800b574ab19dfd5))

## [0.24.0](https://github.com/fluencelabs/cli/compare/cli-v0.23.0...cli-v0.24.0) (2025-01-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/cli",
"version": "0.24.0",
"version": "0.24.1",
"description": "CLI for working with Fluence network",
"keywords": [
"fluence",
Expand Down

0 comments on commit 31aad04

Please sign in to comment.