From ed8f0cf36e0b0da0bd9c0c8df7d16e8b8f289399 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:28:34 +0000 Subject: [PATCH 1/2] chore(main): release 1.1.2 --- CHANGELOG.md | 7 +++++++ version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 913d031..8f12559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.2](https://github.com/jellydn/hurl.nvim/compare/v1.1.1...v1.1.2) (2024-03-13) + + +### Bug Fixes + +* add body state handling for payload is too big ([c596962](https://github.com/jellydn/hurl.nvim/commit/c596962d952bef76dd3c34580e54c803069e84ef)) + ## [1.1.1](https://github.com/jellydn/hurl.nvim/compare/v1.1.0...v1.1.1) (2024-03-09) ### Reverts diff --git a/version.txt b/version.txt index 524cb55..45a1b3f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1.1 +1.1.2 From 0c6d48be9a3de1c81621f67feed9526dadb855a4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:28:41 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f12559..685acf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,9 @@ ## [1.1.2](https://github.com/jellydn/hurl.nvim/compare/v1.1.1...v1.1.2) (2024-03-13) - ### Bug Fixes -* add body state handling for payload is too big ([c596962](https://github.com/jellydn/hurl.nvim/commit/c596962d952bef76dd3c34580e54c803069e84ef)) +- add body state handling for payload is too big ([c596962](https://github.com/jellydn/hurl.nvim/commit/c596962d952bef76dd3c34580e54c803069e84ef)) ## [1.1.1](https://github.com/jellydn/hurl.nvim/compare/v1.1.0...v1.1.1) (2024-03-09)