From a5fb69f52a9d32e517c1cf040db1654cefade5f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 03:55:02 +0000 Subject: [PATCH 1/2] chore(main): release 1.5.0 --- CHANGELOG.md | 13 +++++++++++++ version.txt | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ccfe7e..d79776b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.5.0](https://github.com/jellydn/hurl.nvim/compare/v1.4.0...v1.5.0) (2024-05-28) + + +### Features + +* **hurl:** add buffer name for split response window ([#163](https://github.com/jellydn/hurl.nvim/issues/163)) ([fbc1377](https://github.com/jellydn/hurl.nvim/commit/fbc1377ace478936bb4c425e48cd34af3ffc81c0)) +* **hurl:** use global config for finding environment files ([6d40061](https://github.com/jellydn/hurl.nvim/commit/6d400613c92c2395471ca7f3de7991d7e8c488d9)) + + +### Bug Fixes + +* **history:** add early return for missing response headers ([29af39b](https://github.com/jellydn/hurl.nvim/commit/29af39ba93a5f56b706991a081480b5738b53eb3)) + ## [1.4.0](https://github.com/jellydn/hurl.nvim/compare/v1.3.1...v1.4.0) (2024-05-02) ### Features diff --git a/version.txt b/version.txt index 88c5fb8..bc80560 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.4.0 +1.5.0 From 2737eadbff814e593dd6b8e26bbc0e78cf36360b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 03:55:09 +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 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d79776b..a33cc9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,14 @@ ## [1.5.0](https://github.com/jellydn/hurl.nvim/compare/v1.4.0...v1.5.0) (2024-05-28) - ### Features -* **hurl:** add buffer name for split response window ([#163](https://github.com/jellydn/hurl.nvim/issues/163)) ([fbc1377](https://github.com/jellydn/hurl.nvim/commit/fbc1377ace478936bb4c425e48cd34af3ffc81c0)) -* **hurl:** use global config for finding environment files ([6d40061](https://github.com/jellydn/hurl.nvim/commit/6d400613c92c2395471ca7f3de7991d7e8c488d9)) - +- **hurl:** add buffer name for split response window ([#163](https://github.com/jellydn/hurl.nvim/issues/163)) ([fbc1377](https://github.com/jellydn/hurl.nvim/commit/fbc1377ace478936bb4c425e48cd34af3ffc81c0)) +- **hurl:** use global config for finding environment files ([6d40061](https://github.com/jellydn/hurl.nvim/commit/6d400613c92c2395471ca7f3de7991d7e8c488d9)) ### Bug Fixes -* **history:** add early return for missing response headers ([29af39b](https://github.com/jellydn/hurl.nvim/commit/29af39ba93a5f56b706991a081480b5738b53eb3)) +- **history:** add early return for missing response headers ([29af39b](https://github.com/jellydn/hurl.nvim/commit/29af39ba93a5f56b706991a081480b5738b53eb3)) ## [1.4.0](https://github.com/jellydn/hurl.nvim/compare/v1.3.1...v1.4.0) (2024-05-02)