Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Jan 6, 2025
1 parent 883371a commit 916e11a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## [unreleased]
## [6.16.5] (2025-01-06)

### Fix
- errored or skipped referenced httpregion also skips current http region (AnWeber/httpyac#842, #339)
- failed requests did not update test runner indicator (#348)
- override of script console in test runner does not prevent logging in output channel (#347)
- update Intellij d.ts Stubs and add Window.btoa/atob (#839)

## [6.16.4] (2024-11-03)

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 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.16.4",
"version": "6.16.5",
"homepage": "https://github.com/AnWeber/vscode-httpyac",
"repository": {
"type": "git",
Expand Down Expand Up @@ -1556,9 +1556,9 @@
"dependencies": {
"filesize": "^10.1.6",
"httpsnippet": "^3.0.1",
"httpyac": "^6.16.4",
"httpyac": "^6.16.5",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"uuid": "^11.0.3"
"uuid": "11.0.3"
}
}

0 comments on commit 916e11a

Please sign in to comment.