From 5367437b132099e0e317195e5ab981dc9819734f Mon Sep 17 00:00:00 2001 From: Andreas Weber Date: Sun, 30 May 2021 21:52:28 +0200 Subject: [PATCH] feat: update changelog (wanted to fix some error in httpbook) --- CHANGELOG.md | 12 +++++++++++- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74cd135..56abf07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,17 @@ +## 2.12.1 (2021-05-30) + +#### Features +* change signature of responseRef array +* HttpSymbol provides property source +* utils for http file output +#### Fix +* Spelling mistake in symbol +* small error in Http version output + ## 2.12.0 (2021-05-30) #### Features -* update to httpay 2.12.0 +* update to httpyac 2.12.0 ## 2.11.0 (2021-05-29) #### Features diff --git a/package-lock.json b/package-lock.json index eeae4bf..782febb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "vscode-httpyac", - "version": "2.12.0", + "version": "2.12.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.12.0", + "version": "2.12.1", "license": "MIT", "dependencies": { "httpsnippet": "^1.25.0", - "httpyac": "^2.12.0", + "httpyac": "^2.12.1", "lodash": "^4.17.21", "mime-types": "^2.1.30", "tmp-promise": "^3.0.2" @@ -2485,9 +2485,9 @@ } }, "node_modules/httpyac": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/httpyac/-/httpyac-2.12.0.tgz", - "integrity": "sha512-Uk9v7ia6tC0ghHgG0yO6vokALvoeWxDRjZUJG6HDBZAvaX7YsvxnzzpNp8uYHIM2+IiuA3A3iE/e/je/qcFK/w==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/httpyac/-/httpyac-2.12.1.tgz", + "integrity": "sha512-G4YrSBG9JUlHW9bG4MwhVZ8ZsSpWvqrrhvq+eX4OJBMosras81MrtWGpVxvR7iMMGsL0ltaimOcOmW/Zq8lhjg==", "dependencies": { "arg": "^5.0.0", "aws4": "^1.11.0", @@ -6757,9 +6757,9 @@ } }, "httpyac": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/httpyac/-/httpyac-2.12.0.tgz", - "integrity": "sha512-Uk9v7ia6tC0ghHgG0yO6vokALvoeWxDRjZUJG6HDBZAvaX7YsvxnzzpNp8uYHIM2+IiuA3A3iE/e/je/qcFK/w==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/httpyac/-/httpyac-2.12.1.tgz", + "integrity": "sha512-G4YrSBG9JUlHW9bG4MwhVZ8ZsSpWvqrrhvq+eX4OJBMosras81MrtWGpVxvR7iMMGsL0ltaimOcOmW/Zq8lhjg==", "requires": { "arg": "^5.0.0", "aws4": "^1.11.0", diff --git a/package.json b/package.json index 3c3ad2e..8c39b14 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "license": "MIT", "publisher": "anweber", "description": "Quickly and easily send REST, SOAP, and GraphQL requests directly within Visual Studio Code", - "version": "2.12.0", + "version": "2.12.1", "homepage": "https://github.com/AnWeber/vscode-httpyac", "repository": { "type": "git", @@ -661,7 +661,7 @@ }, "dependencies": { "httpsnippet": "^1.25.0", - "httpyac": "^2.12.0", + "httpyac": "^2.12.1", "lodash": "^4.17.21", "mime-types": "^2.1.30", "tmp-promise": "^3.0.2"