Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed May 29, 2021
1 parent 29bfae2 commit 22d172d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 27 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.11.0 (2021-05-29)

#### Features
* add parser for response and responseRef
* add documentStore to extensionApi

## 2.10.0 (2021-05-24)

#### Features
Expand Down
50 changes: 25 additions & 25 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.10.0",
"version": "2.11.0",
"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.10.0",
"httpyac": "^2.11.0",
"lodash": "^4.17.21",
"mime-types": "^2.1.30",
"tmp-promise": "^3.0.2"
Expand Down

0 comments on commit 22d172d

Please sign in to comment.