diff --git a/CHANGELOG.md b/CHANGELOG.md index c4f83b6..3067f31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [6.13.3] +### Fix +- Aws Signing use query params in signing request (Anweber/httpyac#684) +- allow check for floats (#283) ## [6.13.2] ( 2024-05-01) ### Fix diff --git a/package-lock.json b/package-lock.json index fefa968..f6bb2a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "vscode-httpyac", - "version": "6.13.2", + "version": "6.13.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-httpyac", - "version": "6.13.2", + "version": "6.13.3", "license": "MIT", "dependencies": { "filesize": "^10.1.2", "httpsnippet": "^3.0.1", - "httpyac": "^6.13.2", + "httpyac": "^6.13.3", "lodash": "^4.17.21", "mime-types": "^2.1.35", "uuid": "^9.0.1" @@ -2898,9 +2898,9 @@ } }, "node_modules/httpyac": { - "version": "6.13.2", - "resolved": "https://registry.npmjs.org/httpyac/-/httpyac-6.13.2.tgz", - "integrity": "sha512-gxeSC6JUWlf7s0aOZX4StoS5zj/Aewa43N+GHauh1qclq33PRfuyCjNUFXmZZwuOBIP9JI7tPccMnIu923I3Wg==", + "version": "6.13.3", + "resolved": "https://registry.npmjs.org/httpyac/-/httpyac-6.13.3.tgz", + "integrity": "sha512-HlI6i5N6//+a465z+liThgaonKaZLXqWr/7Si28riakRs1L1WqWE+y+6BDx8aRq7XNzPI6R7x7RrBgZmpQj3PQ==", "dependencies": { "@cloudamqp/amqp-client": "^2.1.1", "@grpc/grpc-js": "^1.10.7", diff --git a/package.json b/package.json index 92b8b66..aafff36 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.13.2", + "version": "6.13.3", "homepage": "https://github.com/AnWeber/vscode-httpyac", "repository": { "type": "git", @@ -1553,7 +1553,7 @@ "dependencies": { "filesize": "^10.1.2", "httpsnippet": "^3.0.1", - "httpyac": "^6.13.2", + "httpyac": "^6.13.3", "lodash": "^4.17.21", "mime-types": "^2.1.35", "uuid": "^9.0.1"