Skip to content

Commit

Permalink
chore(main): release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed Sep 4, 2024
1 parent b08b2c2 commit a29c534
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.4.0"
".": "3.5.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [3.5.0](https://github.com/rest-nvim/rest.nvim/compare/v3.4.0...v3.5.0) (2024-09-04)


### Features

* graphql support ([#433](https://github.com/rest-nvim/rest.nvim/issues/433)) ([91a9293](https://github.com/rest-nvim/rest.nvim/commit/91a929305f910b49b9c1d2f250585ec87e59c076))
* **ui:** show if response body is formatted ([3030841](https://github.com/rest-nvim/rest.nvim/commit/3030841e97f4e017930a874c9482db82567f49c4))


### Bug Fixes

* expand variables in graphql ([d3acfb5](https://github.com/rest-nvim/rest.nvim/commit/d3acfb524290f297542233e66c4241decaa97d38))
* **gq:** catch error while setting filetype ([b08b2c2](https://github.com/rest-nvim/rest.nvim/commit/b08b2c23480a8c760cdf1863f9debedb0ed369ea))

## [3.4.0](https://github.com/rest-nvim/rest.nvim/compare/v3.3.4...v3.4.0) (2024-09-03)


Expand Down
2 changes: 1 addition & 1 deletion lua/rest-nvim/api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ local client = function() return require("rest-nvim.client") end
---rest.nvim API version, equals to the current rest.nvim version. Meant to be used by modules later
---@type string
---@see vim.version
api.VERSION = "3.4.0" -- x-release-please-version
api.VERSION = "3.5.0" -- x-release-please-version

---rest.nvim namespace used for buffer highlights
---@type number
Expand Down

0 comments on commit a29c534

Please sign in to comment.