Skip to content

Commit 59afaac

Browse files
committed
chore(main): release 3.6.2
1 parent ec8cbb2 commit 59afaac

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.6.1"
2+
".": "3.6.2"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.6.2](https://github.com/rest-nvim/rest.nvim/compare/v3.6.1...v3.6.2) (2024-09-12)
4+
5+
6+
### Bug Fixes
7+
8+
* add logs & limits to dotenv module ([#456](https://github.com/rest-nvim/rest.nvim/issues/456)) ([ec8cbb2](https://github.com/rest-nvim/rest.nvim/commit/ec8cbb26eea517c0b32f7ac85341d8842e536db9))
9+
310
## [3.6.1](https://github.com/rest-nvim/rest.nvim/compare/v3.6.0...v3.6.1) (2024-09-11)
411

512

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

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

0 commit comments

Comments
 (0)