Skip to content

Commit

Permalink
chore(main): release 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed Aug 30, 2024
1 parent 9eb0e5f commit 4729132
Show file tree
Hide file tree
Showing 3 changed files with 11 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.2.0"
".": "3.2.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.2.1](https://github.com/rest-nvim/rest.nvim/compare/v3.2.0...v3.2.1) (2024-08-30)


### Bug Fixes

* **statistics:** allow all curl statistics, ordering, highlight ([344fdff](https://github.com/rest-nvim/rest.nvim/commit/344fdffb11493edbcf6f9932fd98d8ca4df79928))
* **statistics:** change statistics option to list ([6fc08c9](https://github.com/rest-nvim/rest.nvim/commit/6fc08c9020028ad6a53af48833a428a3d9109489))
* **statistics:** fix skip curl.statistics key ([1eb44cd](https://github.com/rest-nvim/rest.nvim/commit/1eb44cd33b8e51424f001f4050aeec86a1b2ccd2))

## [3.2.0](https://github.com/rest-nvim/rest.nvim/compare/v3.1.0...v3.2.0) (2024-08-26)


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.1.0" -- x-release-please-version
api.VERSION = "3.2.1" -- x-release-please-version

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

0 comments on commit 4729132

Please sign in to comment.