From 9d67602c8f621cd18402c730bc00f4c55ac6755d Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Fri, 6 Oct 2023 16:36:51 +0200 Subject: [PATCH] changelog --- changelog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 6dc419c068..afc5ee4d66 100644 --- a/changelog.md +++ b/changelog.md @@ -10,8 +10,8 @@ ### Changes -- [#3581](https://github.com/ignite/cli/pull/3581) Bump cometbft and cometbft-db in the template - [#3559](https://github.com/ignite/cli/pull/3559) Bump network plugin version to `v0.1.1` +- [#3581](https://github.com/ignite/cli/pull/3581) Bump cometbft and cometbft-db in the template - [#3522](https://github.com/ignite/cli/pull/3522) Remove indentation from `chain serve` output - [#3601](https://github.com/ignite/cli/pull/3601) Update ts-relayer version to `0.10.0` - [#3658](https://github.com/ignite/cli/pull/3658) Rename Marshaler to Codec in EncodingConfig @@ -19,6 +19,7 @@ - [#3656](https://github.com/ignite/cli/pull/3656) Disable Go toolchain download - [#3662](https://github.com/ignite/cli/pull/3662) Refactor CLI "plugin" command to "app" - [#3669](https://github.com/ignite/cli/pull/3669) Rename `plugins` config file to `igniteapps` +- [#3683](https://github.com/ignite/cli/pull/3683) Resolve `--dep auth` as `--dep account` in `scaffold module` ### Fixes @@ -617,7 +618,7 @@ Our new name is **Ignite CLI**! automatically take care of building proto files without a need of script in the app's source code. - Integrated third-party proto-files used by Cosmos SDK modules into Ignite CLI - Added ability to customize binary name with `build.binary` in `config.yml` -- Added ability to change path to home directory with ` .home` in `config.yml` +- Added ability to change path to home directory with `.home` in `config.yml` - Added ability to add accounts by `address` with in `config.yml` - Added faucet functionality available on port 4500 and configurable with `faucet` in `config.yml` - Added `starport faucet [address] [coins]` command