diff --git a/CHANGELOG.md b/CHANGELOG.md index f13c43c1..9e9f7dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [unreleased] +## [6.16.4] (2024-11-03) ### Features - add support for better Buffer JSON stringify (#796) diff --git a/package-lock.json b/package-lock.json index 340b6888..3619c66a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "httpyac", - "version": "6.16.3", + "version": "6.16.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "httpyac", - "version": "6.16.3", + "version": "6.16.4", "license": "MIT", "dependencies": { "@cloudamqp/amqp-client": "^2.1.1", diff --git a/package.json b/package.json index 581eab99..311ee916 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "license": "MIT", "publisher": "AnWeber", "description": "HTTP/REST CLI Client for *.http files", - "version": "6.16.3", + "version": "6.16.4", "homepage": "https://github.com/AnWeber/httpyac", "repository": { "type": "git",