Skip to content

Commit

Permalink
feat: update changelog (wanted to fix some error in httpbook)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed May 30, 2021
1 parent 6fab8be commit 5367437
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 12 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 5367437

Please sign in to comment.