bump(console): 1.0.0 -> 1.0.1

1.0.1
Bug Fixes
- Fixed versioning, publishing and changelog generation (3081f1a69c)
This commit is contained in:
Suren Gabrielyan
2023-10-13 12:09:55 +04:00
parent 3081f1a69c
commit a4cb1d9f8e
3 changed files with 8 additions and 2 deletions

View File

@ -3,6 +3,6 @@ commitizen:
bump_message: 'bump(console): $current_version -> $new_version'
pre_bump_hooks: python ../../ci/changelog.py console_simple_init
tag_format: console_simple_init-v$version
version: 1.0.0
version: 1.0.1
version_files:
- idf_component.yml

View File

@ -1,5 +1,11 @@
# Changelog
## [1.0.1](https://github.com/espressif/esp-protocols/commits/console_simple_init-v1.0.1)
### Bug Fixes
- Fixed versioning, publishing and changelog generation ([3081f1a69c](https://github.com/espressif/esp-protocols/commit/3081f1a69c))
## [1.0.0](https://github.com/espressif/esp-protocols/commits/console_simple_init-v1.0.0)

View File

@ -1,4 +1,4 @@
version: 1.0.0
version: 1.0.1
description: The component provides helper functions for easy initialization and start of esp console.
url: https://github.com/espressif/esp-protocols/tree/master/components/console_simple_init
dependencies: