Skip to content

Commit

Permalink
fix: error with httpyac fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Sep 22, 2021
1 parent a28506e commit 2e9b3de
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.0.1 (2021-09-22)

#### Fix

* update to [email protected]

## 4.0.0 (2021-09-22)

#### 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": "4.0.0",
"version": "4.0.1",
"homepage": "https://github.com/AnWeber/vscode-httpyac",
"repository": {
"type": "git",
Expand Down Expand Up @@ -1048,7 +1048,7 @@
},
"dependencies": {
"httpsnippet": "^2.0.0",
"httpyac": "^4.0.1",
"httpyac": "^4.0.3",
"lodash": "^4.17.21",
"mime-types": "^2.1.32",
"tmp-promise": "^3.0.2"
Expand Down

0 comments on commit 2e9b3de

Please sign in to comment.