Skip to content

Commit d63f831

Browse files
authored
Merge pull request #466 from gabsuren/websocket_bump_1.2.2
bump(websocket): 1.2.1 -> 1.2.2
2 parents f62db5c + eb76993 commit d63f831

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

components/esp_websocket_client/.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ commitizen:
33
bump_message: 'bump(websocket): $current_version -> $new_version'
44
pre_bump_hooks: python ../../ci/changelog.py esp_websocket_client
55
tag_format: websocket-v$version
6-
version: 1.2.1
6+
version: 1.2.2
77
version_files:
88
- idf_component.yml

components/esp_websocket_client/CHANGELOG.md

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

3+
## [1.2.2](https://github.com/espressif/esp-protocols/commits/websocket-v1.2.2)
4+
5+
### Bug Fixes
6+
7+
- continuation after FIN in websocket client (#460) ([774d1c75e6](https://github.com/espressif/esp-protocols/commit/774d1c75e6))
8+
- Re-applie refs to common comps idf_component.yml ([9fe44a4504](https://github.com/espressif/esp-protocols/commit/9fe44a4504))
9+
310
## [1.2.1](https://github.com/espressif/esp-protocols/commits/websocket-v1.2.1)
411

512
### Bug Fixes

components/esp_websocket_client/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.2.1"
1+
version: "1.2.2"
22
description: WebSocket protocol client for ESP-IDF
33
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_websocket_client
44
dependencies:

0 commit comments

Comments
 (0)