Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Jul 25, 2023
1 parent 761b6d8 commit 864e84f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [6.6.3] (2023-07-25)

### Fixes

- support multiple `# @import` of the same file from different httpFiles (Anweber/httpyac#508)

## [6.6.2] (2023-07-24)

### Fixes
Expand Down
12 changes: 6 additions & 6 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, GraphQL, GRPC, MQTT, RabbitMQ and WebSocket requests directly within Visual Studio Code",
"version": "6.6.2",
"version": "6.6.3",
"homepage": "https://github.com/AnWeber/vscode-httpyac",
"repository": {
"type": "git",
Expand Down Expand Up @@ -1492,7 +1492,7 @@
"dependencies": {
"filesize": "^10.0.7",
"httpsnippet": "^3.0.1",
"httpyac": "^6.6.2",
"httpyac": "^6.6.3",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"uuid": "^9.0.0"
Expand Down

0 comments on commit 864e84f

Please sign in to comment.