Skip to content

Commit f2eb2d2

Browse files
committed
chore(main): release 3.6.0
1 parent fff4ff8 commit f2eb2d2

File tree

3 files changed

+14
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [3.6.0](https://github.com/rest-nvim/rest.nvim/compare/v3.5.1...v3.6.0) (2024-09-08)
4+
5+
6+
### Features
7+
8+
* save response to file (close [#359](https://github.com/rest-nvim/rest.nvim/issues/359)) ([f9a5ebb](https://github.com/rest-nvim/rest.nvim/commit/f9a5ebbad35481343ea8b3a578bc30c00beb45e4))
9+
10+
11+
### Bug Fixes
12+
13+
* force delete scratch buffer ([34f3fe9](https://github.com/rest-nvim/rest.nvim/commit/34f3fe9660b912429279ba87ab49aa3d0c37e0c9))
14+
315
## [3.5.1](https://github.com/rest-nvim/rest.nvim/compare/v3.5.0...v3.5.1) (2024-09-05)
416

517

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.5.1" -- x-release-please-version
21+
api.VERSION = "3.6.0" -- x-release-please-version
2222

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

0 commit comments

Comments
 (0)