Skip to content

Commit fd84306

Browse files
committed
chore(main): release 3.8.5
1 parent 576f8e6 commit fd84306

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.8.4"
2+
".": "3.8.5"
33
}

CHANGELOG.md

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

3+
## [3.8.5](https://github.com/rest-nvim/rest.nvim/compare/v3.8.4...v3.8.5) (2024-12-28)
4+
5+
6+
### Bug Fixes
7+
8+
* guess correct filetype from `vnd.api+json` style content-type ([576f8e6](https://github.com/rest-nvim/rest.nvim/commit/576f8e6a40345f51f7bdb12f5df2be0382f7d6ca)), closes [#382](https://github.com/rest-nvim/rest.nvim/issues/382)
9+
* handle localhost domains in cookies ([a52b83b](https://github.com/rest-nvim/rest.nvim/commit/a52b83bd78566e475363660421569c1334f852ba))
10+
311
## [3.8.4](https://github.com/rest-nvim/rest.nvim/compare/v3.8.3...v3.8.4) (2024-11-09)
412

513

lua/rest-nvim/api.lua

Lines changed: 1 addition & 1 deletion
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.4" -- x-release-please-version
21+
api.VERSION = "3.8.5" -- x-release-please-version
2222

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

0 commit comments

Comments
 (0)