Skip to content

Commit 113dce7

Browse files
committed
chore(main): release 3.8.3
1 parent 999c867 commit 113dce7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.8.2"
2+
".": "3.8.3"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.8.3](https://github.com/rest-nvim/rest.nvim/compare/v3.8.2...v3.8.3) (2024-10-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **telescope:** pass correct file sorter (close [#481](https://github.com/rest-nvim/rest.nvim/issues/481)) ([999c867](https://github.com/rest-nvim/rest.nvim/commit/999c8673641dcb26dced133e3953d4a91b9ed753))
9+
* **utils:** safely call `:normal gggqG` (fix [#478](https://github.com/rest-nvim/rest.nvim/issues/478)) ([be234c8](https://github.com/rest-nvim/rest.nvim/commit/be234c8236ff9df06f620ed70d5bd730854fb0a4))
10+
311
## [3.8.2](https://github.com/rest-nvim/rest.nvim/compare/v3.8.1...v3.8.2) (2024-09-28)
412

513

lua/rest-nvim/api.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ local client = function() return require("rest-nvim.client") end
1818
---rest.nvim API version, equals to the current rest.nvim version. Meant to be used by modules later
1919
---@type string
2020
---@see vim.version
21-
api.VERSION = "3.8.2" -- x-release-please-version
21+
api.VERSION = "3.8.3" -- x-release-please-version
2222

2323
---rest.nvim namespace used for buffer highlights
2424
---@type number

0 commit comments

Comments
 (0)