Skip to content

Commit e7527a5

Browse files
committed
chore(main): release 3.3.4
1 parent 964419b commit e7527a5

File tree

3 files changed

+9
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [3.3.4](https://github.com/rest-nvim/rest.nvim/compare/v3.3.3...v3.3.4) (2024-09-03)
4+
5+
6+
### Bug Fixes
7+
8+
* use lua stdlib in scripts (fix [#437](https://github.com/rest-nvim/rest.nvim/issues/437)) ([08f8d02](https://github.com/rest-nvim/rest.nvim/commit/08f8d0298228076a5155f9b76051e0e88a2aac3a))
9+
310
## [3.3.3](https://github.com/rest-nvim/rest.nvim/compare/v3.3.2...v3.3.3) (2024-09-02)
411

512

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

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

0 commit comments

Comments
 (0)