From 916e11a497bc7dedfbe52de2b2f3edc95eb80507 Mon Sep 17 00:00:00 2001 From: Andreas Weber Date: Mon, 6 Jan 2025 19:35:05 +0100 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 3 ++- package-lock.json | 14 +++++++------- package.json | 6 +++--- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a71cce..5ec4d06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ -## [unreleased] +## [6.16.5] (2025-01-06) ### Fix - errored or skipped referenced httpregion also skips current http region (AnWeber/httpyac#842, #339) - failed requests did not update test runner indicator (#348) - override of script console in test runner does not prevent logging in output channel (#347) +- update Intellij d.ts Stubs and add Window.btoa/atob (#839) ## [6.16.4] (2024-11-03) diff --git a/package-lock.json b/package-lock.json index e2cd29f..7417a41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,20 +1,20 @@ { "name": "vscode-httpyac", - "version": "6.16.4", + "version": "6.16.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-httpyac", - "version": "6.16.4", + "version": "6.16.5", "license": "MIT", "dependencies": { "filesize": "^10.1.6", "httpsnippet": "^3.0.1", - "httpyac": "^6.16.4", + "httpyac": "^6.16.5", "lodash": "^4.17.21", "mime-types": "^2.1.35", - "uuid": "^11.0.3" + "uuid": "11.0.3" }, "devDependencies": { "@types/har-format": "1.2.15", @@ -2969,9 +2969,9 @@ } }, "node_modules/httpyac": { - "version": "6.16.4", - "resolved": "https://registry.npmjs.org/httpyac/-/httpyac-6.16.4.tgz", - "integrity": "sha512-TFxlVKm/jy5L0CL3amegeyAAlLNb8DL5iMhzLjp4jmR9iKpScal3kGOa7xUip7992Fn68Z8PC8mKo+DZX8zVag==", + "version": "6.16.5", + "resolved": "https://registry.npmjs.org/httpyac/-/httpyac-6.16.5.tgz", + "integrity": "sha512-t3bFHmRbWqvaPsPgkuxr07cM+41eldg+6DYgQ2jm5wzf5h8TK+kqCDs9nus4o4S3GffR+fbRd4gTHpJWZH+47g==", "dependencies": { "@cloudamqp/amqp-client": "^2.1.1", "@grpc/grpc-js": "^1.12.2", diff --git a/package.json b/package.json index 1b379e9..583f425 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "license": "MIT", "publisher": "anweber", "description": "Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT, RabbitMQ and WebSocket requests directly within Visual Studio Code", - "version": "6.16.4", + "version": "6.16.5", "homepage": "https://github.com/AnWeber/vscode-httpyac", "repository": { "type": "git", @@ -1556,9 +1556,9 @@ "dependencies": { "filesize": "^10.1.6", "httpsnippet": "^3.0.1", - "httpyac": "^6.16.4", + "httpyac": "^6.16.5", "lodash": "^4.17.21", "mime-types": "^2.1.35", - "uuid": "^11.0.3" + "uuid": "11.0.3" } }